When I add row groups with an expression in the last column (=CountRows()) I get a report that looks like this:[code="plain"]DATE PRODUCT COUNTjuly 1 red shirt 3 white shirt 7july 2 red shirt 12 white shirt 14[/code]When I export to excel, the first column is not repeated. I want it to repeat like this instead while retaining the grouping in the exported file:[code="plain"]DATE PRODUCT COUNTjuly 1 red shirt 3july 1 white shirt 7july 2 red shirt 12july 2 white shirt 14[/code]Is there a way to do that?
↧