I have tablix in SSRS 2008, and I have a column that sometimes has data and sometimes not. I want to hide the column if NO rows have no data.
So this will hide column 2:
Column 1 Column 2 Column 3 Column 4 1 3 4 2 3 4
This does NOT hide column 2:
Column 1 Column 2 Column 3 Column 4 1 3 4 2 2 3 4
Is there a way to do this in SSRS 2008?
Thanks!
sql-server-2008 reporting-services ssrs-2008
user482375
source share