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
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Column visibility condition - for 50 columns

Author  Topic 

Namagiri
Starting Member

5 Posts

Posted - 2013-09-12 : 21:17:21
I have to apply the following condition to control column visibility of every column in my report:

=IIF(InStr(Join(Parameters!SelectColumn.Value,”,”),”Name“)=0,True,False)
I can't figure out any way other than manually doing it for each column.

Is there a easy/generic way to get current field/column name that will replace "Name" above?
   

- Advertisement -