Hi,
How can I use column Visibilty when I have mutilple values selected in my parameter.
With normal visibility I use:
=IIF(Parameters!xxxxx.value = "xxxx", true, false)
I need the multi option available so my team can select the various options. The parameter this is on is text.
Is there a way I can do this.
Thank you