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
 Visibility formula calculation

Author  Topic 

anjali5
Posting Yak Master

121 Posts

Posted - 2014-07-31 : 00:43:49
Hi All,

I have this formula in my file .

<TableColumn>
<Visibility>
<Hidden>=IIF(INSTR(Join(Parameters!comp.Value), "GCG") > 0 OR Parameters!comp.Value(0) = "-1", false, true)</Hidden>
</Visibility>
<Width>1in</Width>
</TableColumn>


The formula is working fine, its not exporting that particular column to CSV when the condition is > 0. is their any workaround for this.
   

- Advertisement -