Hi,
I’m building a report in CR 10 that takes the following parameters:
• GroupBy (possible values Manager, Tag, Code)
• TopN (possible values Top , Bottom)
• GroupCount (a numeric value)
• Order (descending, ascending)
The GroupBy parameter will indicate what or how groups should be displayed. Each group has a summary on Quantity.
The TopN parameter will indicate whether to display the top or bottom groups, displaying groups that have the highest summary (quantity) or lowest summary.
The GroupCount will indicate the N number of groups to be displayed.
The Order will indicate the order of the grouping, either ascending or descending.
How can I instruct the report to accomplish the above tasks? I know how to create groups/summaries, etc. and use the the topN feature of CR10, but that only works if you know offhand how many groups to display. In this case, the user will supply how many groups that want to be included in the report, what group, and set the order.
Thanks.
I’m building a report in CR 10 that takes the following parameters:
• GroupBy (possible values Manager, Tag, Code)
• TopN (possible values Top , Bottom)
• GroupCount (a numeric value)
• Order (descending, ascending)
The GroupBy parameter will indicate what or how groups should be displayed. Each group has a summary on Quantity.
The TopN parameter will indicate whether to display the top or bottom groups, displaying groups that have the highest summary (quantity) or lowest summary.
The GroupCount will indicate the N number of groups to be displayed.
The Order will indicate the order of the grouping, either ascending or descending.
How can I instruct the report to accomplish the above tasks? I know how to create groups/summaries, etc. and use the the topN feature of CR10, but that only works if you know offhand how many groups to display. In this case, the user will supply how many groups that want to be included in the report, what group, and set the order.
Thanks.