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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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')