Summary:
This article is a method on how to use Current Period Syntax. This syntax is used mainly for Publishing. Current Period is the Fiscal Period that relates to the Current Date.
Method:
This is the syntax that you can copy and paste in the filter portion of the report.
Current Period
{PeriodCalc.CurrentPeriod.Add(0)}
Current Period Previous Month
{PeriodCalc.CurrentPeriod.Add(1)}
Year to Date
{PeriodCalc.CurrentPeriod.Add(0).YearStart}:{PeriodCalc.CurrentPeriod.Add(0)}
Year to Date Previous Month
{PeriodCalc.CurrentPeriod.Add(0).YearStart}:{PeriodCalc.CurrentPeriod.Add(-1)}
Last Year to Date
{PeriodCalc.CurrentPeriod.Add(-12).YearStart}:{PeriodCalc.CurrentPeriod.Add(-12)}
Properties:
Publisher, Current Period, Packages, Fiscal Periods