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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
gz
Creator
Creator

exclude one country from the map

gz_0-1682335721061.png

Hi, I have indicated countries as dimension. I wish Poland wasn't shown on the map.

Labels (2)
2 Solutions

Accepted Solutions
vikasmahajan
MVP
MVP

Hi,

in dimension you can give condition like  if ( Country  <> 'Poland' , Country)

 

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.

View solution in original post

Prem0212
Creator
Creator

u can use a dimension with an expression    =if(Region<>'West', Region)

I hope the issue will be resolved.

This will create a new dimension that only includes values that are not "West"Screenshot 2023-04-25 121727.png

View solution in original post

3 Replies
vikasmahajan
MVP
MVP

Hi,

in dimension you can give condition like  if ( Country  <> 'Poland' , Country)

 

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
gz
Creator
Creator
Author

great, It's working perfectly.

Prem0212
Creator
Creator

u can use a dimension with an expression    =if(Region<>'West', Region)

I hope the issue will be resolved.

This will create a new dimension that only includes values that are not "West"Screenshot 2023-04-25 121727.png