I have a report with three levels of subtotals: Product, Zone, and Terminal. Works fine. Requirement is to allow the user to omit the Zone and Terminal subtotals — collapsing their detail. One way to do it is to maintain four different reports — on/off for each of the Zone and Terminal subtotals. But that seems like an awkward solution.
Is there a way to programmatically omit the two levels of subtotals. I can see how to render the group Headers and Footers invisible, but doing so retains their subtotalling effect. What’s the best approach?
Thanks.