I would like to set the visibility of columns based on the value selected in the parameter.
The problem is that I don’t want a specific parameter to be set for this (i.e. hide the column X True / False)
There are several different “departments” in my report that are only interested in specific columns.
What would be the syntax, for example, to hide the Sales column when the Customer Care option is set?
You can follow these steps step by step:
1- right click in your favorite column
2- select column visibility
3- " "
4- . :
=IIF(Parameters!CustomerCare.Value <> "favorite value", true,false)
Source: https://habr.com/ru/post/1746344/More articles:How to return to the same page after processing on the server side? - strutsFFmpeg avcodec_register_all iphone problem - iphoneSharepoint error: [COMException (0x80004005): this action cannot be completed - sharepointHow to avoid a cartesian product in an INNER JOIN query? - sqlCan I join two MySQL table stores on separate machines? - mysqlHow to create quotes based on CSS (large)? - cssЕсть ли решение для анализа файла дампа wikipedia xml в Java? - javaWPF: Reset data scatter position? - wpfiPhone SDK: how to switch from the login screen to the navigation interface? - iphoneGoogle Maps: marker icon and popup - javascriptAll Articles