This is a migrated thread and some comments may be shown as answers.

Check Multi-Value Parameter for Values

1 Answer 105 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Phil
Top achievements
Rank 1
Phil asked on 01 Mar 2018, 09:16 PM

I have a multi-value parameter whose values can be 1,2,3,4.  

Is there a way to check if a certain value is selected in this parameter?

I was thinking of setting a binding on visibility to: 

    IIf(Parameters.Parameter1.Value.Contains(1), True, False)

This way, if value 1 is selected, it's visibility will be true.  Otherwise it will be false.

Your help is greatly appreciated.

Thanks,

Phil

 

1 Answer, 1 is accepted

Sort by
0
Phil
Top achievements
Rank 1
answered on 02 Mar 2018, 11:29 PM
I ended up building a user defined function to handle this.  
Tags
General Discussions
Asked by
Phil
Top achievements
Rank 1
Answers by
Phil
Top achievements
Rank 1
Share this question
or