I have a matrix report designed as shown in below image
Tablix1 with Product Row Grouping:
Tablix2 with SubTotal and GrandTotal:
I added a matrix with Column grouping CategoryId and 2 tablixes in the matrix. One tablix has the Product Row grouping and the other Tablix to display Sub Total and Grand Total.
SubTotal should be displayed under each Category but the GrandTotal should be displayed only once. But, as per my design GrandTotal is showing under each category. Is there a solution to hide the Grandtotal keeping only the first column set? or any other alternate to fix the issue?
Current Result:
- Grand Total is shown under each category.
- Border Lines in the report is not displaying for the rows which does not have any data.
- Grand Total should be displayed only once in the report.
- Border lines should be covered even if there is no data in the row.
Note: CategoryId is used only in the grouping and not displayed in the report.
Thank you in Advance!