Hi All,
I am modifying this report to run as a parameter driven report.
I need to group by @Qtr. @Qtr is calculated from input parameter ?FiscalPeriod.I can't set my group to Quarter. It yield error message: Group speciying on a non-recurring field. Detail @Qtr
Here is my calculation
if {?Fiscal Period} = 1 then 1 else
if {?Fiscal Period} = 2 then 1 else
if {?Fiscal Period} = 3 then 1 else
if {?Fiscal Period} = 4 then 2 else
if {?Fiscal Period} = 5 then 2 else
if {?Fiscal Period} = 6 then 2 else
if {?Fiscal Period} = 7 then 3 else
if {?Fiscal Period} = 8 then 3 else
if {?Fiscal Period} = 9 then 3 else
if {?Fiscal Period} = 10 then 4 else
if {?Fiscal Period} = 11 then 4 else
if {?Fiscal Period} = 12 then 4 else 0
I need to do sum of sales by quarter base on the Fiscal Period input.
Please help!!
Thanks,
I am modifying this report to run as a parameter driven report.
I need to group by @Qtr. @Qtr is calculated from input parameter ?FiscalPeriod.I can't set my group to Quarter. It yield error message: Group speciying on a non-recurring field. Detail @Qtr
Here is my calculation
if {?Fiscal Period} = 1 then 1 else
if {?Fiscal Period} = 2 then 1 else
if {?Fiscal Period} = 3 then 1 else
if {?Fiscal Period} = 4 then 2 else
if {?Fiscal Period} = 5 then 2 else
if {?Fiscal Period} = 6 then 2 else
if {?Fiscal Period} = 7 then 3 else
if {?Fiscal Period} = 8 then 3 else
if {?Fiscal Period} = 9 then 3 else
if {?Fiscal Period} = 10 then 4 else
if {?Fiscal Period} = 11 then 4 else
if {?Fiscal Period} = 12 then 4 else 0
I need to do sum of sales by quarter base on the Fiscal Period input.
Please help!!
Thanks,