I want to use an expression with an 'In' operator like:
"IIF(Month(Fields!xyz_date.value) in (3,6,9,12), False, True)"
but seems like 'In' operator is not available in ssrs expression.
Please confirm it this true and what's the alternative (other than using 'OR' many times)
AshishSinghal