I have multi-value parameter of integers.
I want to know if "1" is ANY of the values, does not matter the position.
The following does not work:
=Parameters!ids.Value = 1
... and of course using Value(1) works, but that's dependent on the 1 being in that position. I need if 1 appears as ANY value in the list.
Thanks!
edit: If the value isn't in the list, I want to hide a textbox, using a visibility expression.