akalinowski
IS-IT--Management
is there a way i can have reporting services allow me to select more than one value for a variable, almost like a where in clause?
would that work properly
like this
select style, department, onhand
where department in (@dept1)
akalinowski
would that work properly
like this
select style, department, onhand
where department in (@dept1)
akalinowski