Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

How to repeat data in grouped cells?

$
0
0
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?

Viewing all articles
Browse latest Browse all 2791

Trending Articles