Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Expression Question

I have an expression:

=COUNT(DISTINCT {<Flag={1}>} UserID)

I want to add a condition into this expression:

IF(RoleName = 'Season Ticket Gold',' Season Ticket Elite Gold', 'Platinum')

How would I structure this?

Labels (1)
10 Replies
evansabres
Specialist
Specialist
Author

This worked perfectly, thank you.