Reputation: 6045
I'm trying to hide a column but it belongs in the RowGroups area. Unfortunately, the Column Visibility is greyed out and disabled. I'd like to just hide the column under certain conditions (using expressions) but keep the grouping.
I found a similar question on SO but its solution did not work for me. Is there a workaround for this?
ssrs column visibility inside row groups
I've tried shifting some of the columns to the body area of the tablix, but then I can't merge cells vertically. I'm not sure what my options are.
In the image below, I'm trying to hide the first column but the Column Visibility option is disabled. .
SSRS 2008 R2
Upvotes: 19
Views: 40001
Reputation: 99
On the details row group add list of column you want the data to be grouped by.
Upvotes: -2
Reputation: 11
The new column will use the row group as the granularity is equal.
Upvotes: 1
Reputation: 73
I had the same problem with the grayed out column visibility and the solutions I found online weren't working, so hopefully this will help someone else out.
You have to basically trick it into working. Here’s how I did it:
Upvotes: 5
Reputation: 61
You can choose a column and then navigate to Visibility property in the property bar. You can enter expressions there as well as just choosing true or false. However in this case it would just leave a space instead of that field.
Upvotes: 6
Reputation: 44
in visual studio, below design box, you can find row groups & column groups, right side of column group you can find down arrow, if you click on that you will find [ advance mode] once it is opened, right click on the first row group, click group property, select visibility , click on hide
Done, Pl check
Upvotes: 0
Reputation: 216
Are you trying to remove Column 1? If you right click on the column header and choose Delete Column it will prompt you to either delete column and associated groups or column only. If you choose column only the grouping should remain.
Upvotes: 7