Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Hide Column Depending on Row Expansion

Author  Topic 

robbydogg
Starting Member

6 Posts

Posted - 2011-11-17 : 07:26:03
Hello,

I have had a look around and couldn't find an answer.

What i'm looking to do is hide / show a column, depending on whether a specific row has the true / false value in it's hidden property in .

In example i have (expanded)

Col 1 = Area
col 2 = Dealer
Row 1 = Areas (group)
Row 2 = Dealers (individual

Area Dealer
1 1
2
2 3
4
3 5
6
4 7
8


collapsed i want it to show just:

Area
1
2
3
4


without the coloumn named 'Dealer' appearing.

Any ideas?

Thanks




For each problem, there is a solution. For each solution there is someone with another problem to render the original solution useless
   

- Advertisement -