I have a dataset with the following fields:
- SampleHour
- Value
- MeasureType
- Line
- Header
- AggregationON
I've created a tablix with a row group on SampleHour
and I'd like to have two adjacent column groups, each having the same grouping hierarchy as follows (from parent to child):
AggregationON > Line > Header > MeasureType
Well when I define the first column grouping structure all works fine: I add a parent column group on AggregationON
, then a child group on Line
pointing to the AggregationON
group and so on.
Then I try to create the second column grouping structure and I proceed like this: I point to AggregationON
in the first column group and choose "Add Group->Adjacent Right" and specify AggregationON
as the "Group By" parameter. The newly created column group header AggregationON
appears just on the same row as the previous AggregationON
header as expected.
Then I point to the newly created AggregationON
and choose "Add Group->Child Group" and set Line
in the "Group By" parameter: this time the Line
group header cause tablix to add a new row. On the left of the newly created header appears a blank new row that is impossible to delete.
If I go on creating child groups to build the whole column group structure, each new column child group will add a blank row on the left. That leads to an unacceptable table header with a mix of texts and blank cells like in the attached screenshot. Any suggestion?
(Creating two column groups with the same structure is due to the need to filter out results differently in the two groupings)