I am working on a report which has 2 groups.
Grouping is on date field (EndDate). First by year and then by month.
No. Of WO's = Count({work order},{EndDate},"Monthly");
No. of WO's
2008
200801 123
200802 547
200803 764
200804 421
200805 232
200806 333
200807 322
200808 329
200809 973
200810 416
200811 955
200812 758
2009
200901 552
200902 888
200903 246
200904 125
200905 768
200906 367
200907 885
200908 408
200909 677
200910 963
200911 678
200912 931
Rolling 12 Months ?????
Rolling 12 months depends on the parameter selected. Parameter is on date field(Enddate).
For ex:- If i select the parameter value = 12/1/2009 then it should show me the sum of work orders from december 2009 to jan 2009.
Grouping is on date field (EndDate). First by year and then by month.
No. Of WO's = Count({work order},{EndDate},"Monthly");
No. of WO's
2008
200801 123
200802 547
200803 764
200804 421
200805 232
200806 333
200807 322
200808 329
200809 973
200810 416
200811 955
200812 758
2009
200901 552
200902 888
200903 246
200904 125
200905 768
200906 367
200907 885
200908 408
200909 677
200910 963
200911 678
200912 931
Rolling 12 Months ?????
Rolling 12 months depends on the parameter selected. Parameter is on date field(Enddate).
For ex:- If i select the parameter value = 12/1/2009 then it should show me the sum of work orders from december 2009 to jan 2009.