

If the period lies completely within the actual data level, the return value is .Actual If the period lies partially outside the actual data level, the return value is .Partly outside of Actual If the period lies outside the actual data level, the return value is .Outside of Actual
If the period lies completely within the plan data level, the return value is .Planning If the period lies before the plan data level and completely within the actual data level, the return value is .Actual If the period lies completely within both the actual and plan data levels and intersects both, the return value is .Actual/forecast If the period lies partially outside the plan data level, the return value is .Partly outside of Planning If the period lies outside the plan data level, the return value is .Outside of Planning




: Returns the first day of the time interval (one-digit or two-digit)%d : Returns the first day of the time interval (two-digit)%dd : Returns the first month of the period as one or two digit(s)%m: : Returns the first month of the period as two digits%mm : Returns the abbreviation for the first month of the period range%mmm : Returns the name of the first month of the period range%mmmm : Returns the year of the first month of the duration in two digits%yy : Returns the year of the first month of the period range as four digits%yyy : Returns the quarter of the first month of the period range as Arabic numeral%q : Returns the quarter of the first month of the period as a Roman numeral%qq
: Returns the last day of the time interval (one-digit or two-digit)%D : Returns the last day of the time interval (two-digit)%DD : Returns the last month of the period as one or two digits%M : Returns the last month of the period range as two digits%MM : Returns the abbreviation for the last month of the period range%MMM : Returns the name of the last month of the period range%MMMM : Returns the year of the last month of the duration in two digits%YY : Returns the year of the last month of the period range as four digits%YYYY : Returns the quarter of the last month of the period as an Arabic numeral%Q : Returns the quarter of the last month of the period range as Roman numeral%QQ
Month: Jan 2017 Quarter: Q1.2017 Year: 2017
Several months: Jan 2017-Feb 2017 Several quarters: Q1.2017-Q2.2017 Several years: 2017-2018






Last updated on Aug 16, 2023