Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Determine if an item is seleted in multiple value dropdown

$
0
0

I have a dropdown that has three options available. I would like to show the items in the legend only if the parameter for that item has been selected by the user.  How do I accomplish that?  I originally had something like this:

=iif( paramters!SelectTypes.Value(0) = "Type1",true,false), but this not doing what I thought it would do.

thanks


mhoran


Viewing all articles
Browse latest Browse all 10045

Trending Articles