I have a Version 11 Cross-Tab report that uses a date to group by. The user wants to be able to group by week, month, quarter, and year. All these options are available in Cross-Tab group options. Instead of creating a separate report for each group option, is it possible to just use one report to do this and let the user pass in the grouping option through a parameter?
Example:
If the User entered “month”, the report would look like:
2/2005 3/2005 4/2005 5/2005 6/2005 7/2005
Rec1 8 5 4 10 3 6
Rec2 4 2 1 0 9 10
If the User entered “quarter”, the report would look like:
1/2005 4/2005 7/2005
Rec1 13 17 6
Rec2 6 10 10
Thanks
Example:
If the User entered “month”, the report would look like:
2/2005 3/2005 4/2005 5/2005 6/2005 7/2005
Rec1 8 5 4 10 3 6
Rec2 4 2 1 0 9 10
If the User entered “quarter”, the report would look like:
1/2005 4/2005 7/2005
Rec1 13 17 6
Rec2 6 10 10
Thanks