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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
wasimalrayes
Contributor II
Contributor II

Show only certain points on a map

Hi could an expert please advise how I can only show contain data points on a map.

E.g. I have a column which has values from 100 to -200

I want only those points to show which are in the range of 10 to -250 (i.e not showing all the entries but only the bottom ones from 10 down.

 

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
rubenmarin1

Hi @wasimalrayes, using an 'if' can work? ie: If(Value>=10, Value)

View solution in original post

2 Replies
rubenmarin1

Hi @wasimalrayes, using an 'if' can work? ie: If(Value>=10, Value)

wasimalrayes
Contributor II
Contributor II
Author

Thanks @rubenmarin1  that worked