Hi all, I'm essentially trying to use a boolean to create a calculated variable to do the following: IF ( {a = 0} AND {b >0} ) RETURN 'NA' ELSE c Where a, b, and c are aggregated measures. Anyone have any experience getting around "Type Mismatch" for something like this? Thanks!
... View more