Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
gz
Contributor III
Contributor III

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

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

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
Contributor III
Contributor III
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