if isnull(ValueSetVariable) = 'N' then
(
ValueSetVariable = 0
/* isnull()='N' means Value Set returns 'N' for NULL Value and 'Y' for any values */
)