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: 
MOH56982
Contributor II
Contributor II

how to add only three values

how to add only three values for one field and other values under other conditions???

Labels (1)
1 Reply
Vegar
MVP
MVP

You can use match() to pinpoint certain Field values. See example below.

If(Match([Your Field], 'Value 1', 'Value 2','Value 3'), [Your Field], 'Other')