I’d like to have my parameterized menu allow one option to represent the numbers(i.e when you click on my menu drop-down option X it stands for all the numbers):
= 30 or 31 or 32 or 33 or 34 or 35 or 36 or 37 or 38 or 39 or 130 ( this is what I typed into SSRS by the way)
On SSRS it says that OR is for “Used to perform a logical disjunction on two Boolean expressions, or bitwise disjunction on two numeric values.”
I’ve tried this:
=join(Parameters!ClientResponseRange.30 "," Parameters!@ClientResponseRange.35)
but it does not work
You want the SQL
INfunction:So if you have an
@Optionsmulti-value parameter, this will look like: