In this article, we will be going over a setup of a common use case that comes in for Tablix, that being having the secondary row grouping be under the first rather than being in it's own column.
General idea is that you set up a column group for the main and sub row that you want in it and then have another grouping around just your main value.
Rough structure you will get:
| Column row | |
|---|---|
| Main | Value Main Column |
| Sub | Value Main Sub Column |
| Sub | Value Main Sub Column |
Here are the steps to do this:
Create Row Group Hierarchy
- Right-click on the row group and select
Add Row Group > Child Group - Then, right-click on the row group again and
select Add Row > Outside Group Above. - Remove the leftmost extra columns.
View of final product in the designer and viewer:
Victor Stahlman