I'm a newbie in SSRS.
My first objective is to seperate the display of each item per group.
I've done this by setting the my tablix row group properties in PageBreak
-> BreakLocation
to Between
In result, when I exporting report to Excel, I get sheets seperated per Item.
My next objective is to have a first sheet with consolidated data from the rest of the sheet
Current excel sheet format:
[Team A],[Team B],[Team C]
Expected result:
[Overall Team],[Team A],[Team B],[Team C]
Any help and suggestions will be appreciated!