Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Column Visibility when Exporting to CSV

Can someone tell me why this doesn't work?

I have the "Column Visibility" set to "Show or hide based on an expression"

The expression is the following:

=IIF(Globals!RenderFormat.Name = "CSV",True,False)

Save to CSV, Column shows.

like image 899
user961714 Avatar asked Jul 29 '26 01:07

user961714


1 Answers

Format options such as expressions on visibility are ignored for CSV rendering methods. CSV rendering methods are essentially data flows, so you can suppress elements that you don't want to include in CSV files by changing the DataElementOutput from Auto, the default value, to NoOutput.

like image 159
Registered User Avatar answered Jul 31 '26 16:07

Registered User



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!