ssrs setting column visibility on rowgroup

前端 未结 6 1477
离开以前
离开以前 2021-02-18 22:10

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 certa

6条回答
  •  悲哀的现实
    2021-02-18 22:40

    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:

    1. Click on the tablix, then right click on the gray column properties thing on the column to the right of the column you’re interested in.
    2. Choose Add Group>adjacent left.
    3. In the group by field, enter False because you don’t really want it to group.
    4. Now you can right click on the gray column properties box and choose visibility.
    5. Enter your function for visibility.
    6. Now copy and paste everything you need from the ‘broken’ column where you couldn’t adjust the visibility into your new column.
    7. Delete the old column.

提交回复
热议问题