Hi
Is it possible to show/ hide multiple different tables based on a multivalued parameter? I have 6 tables and I want 1 or 6 displayed dependent on what is selected from the multivalued parameter.
When I add the IN operator and select multivalues, I get the following error:
I have an expression set in the Visibility tab in the tablix to:
=IIf(Parameters!Name.Value =
"Name",false,true)
and in the filters tab, I have a filter on the name so the data is filtered only by that name so it can display the different categories in the different tablix.
Can anyone advise on how to achieve it so I can use the multivalued parameter option to display 1 or more tables?
thanks!