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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
bhaveshp90
Creator III
Creator III

How to filter my region in my pivot table?

Hello,

How can I filter the region to show only 'NA' and 'EU' in my pivot table excluding 'China' and 'ASEAN'?

I'm using the following condition as of now?

               = if(not WildMatch(Region,'China','ANZ-ASEAN'), Region)

It is filtering but I am getting a new value '-' in my region as shown below.  How to get rid of this?

Capture.PNG

thanks

Bhavesh

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

In Chart Properties|Dimensions, check Suppress when NULL

View solution in original post

3 Replies
m_woolf
Master II
Master II

In Chart Properties|Dimensions, check Suppress when NULL

groveliam
Creator
Creator

^

bhaveshp90
Creator III
Creator III
Author

thank you, it worked for me