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

If statement for dimension, exclude fields

I have a field, 'Group' that I am using as a dimension. I want to exclude certain values from the dimension, such as 'ABC', 'DEF', and several others. What is the proper syntax for that.

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

You can do this as your dimesion

If(Not Match(Group, 'ABC',  'DEF'), Group)

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

You can do this as your dimesion

If(Not Match(Group, 'ABC',  'DEF'), Group)