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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Exclude a Dimension

Hey guys.

How do you exclude a certain dimension. eg i have a bunch of sites or areas labelled site. in site, theres a area called South. now how do i select everything to show except for South? i tried the following but its not workng:

=if(isnull(Site='South','0',Site))

1 Solution

Accepted Solutions
Or
MVP
MVP

Check the 'Suppress when value is null" box and use:

if(Site<>'South',Site)

View solution in original post

2 Replies
Or
MVP
MVP

Check the 'Suppress when value is null" box and use:

if(Site<>'South',Site)

Not applicable
Author

Thanks man. I knew it was something simple i just couldn't remember. Thanks a bunch