Hello everyone,
I'm at work on revising the ticket design document and I'm in need of some conditional masking examples. If you are using conditional masking, would you share what you are doing and how you are doing it (i.e. what code you entered in to the Mask field)?
Many thanks,Kevin
We needed a way to easily identify patrons in a particular zone, but didn't want (or have room for) the raw zone name to print on the ticket so we use the follwing Mask on the PMap Price Sec Desc field Case(val When 'Premium - Orchestra' Then 'PREMIER' When 'Premium - Tier 1' Then 'PREMIER' When 'Premium - Tier 2' Then 'PREMIER' Else ' ')