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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

filtering by continent

hey,

I need to show a dimension in a map chart, and filter it by continent.

I only have latitude and longitude and i dont understand how to make qlik sense figure out the continents so i can filter by it.

what can i do?

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Do you only have long-lat info or do you have other information about the points as well, like country or city?


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

i only have lat and long, and i need to show only the points that are located in europe.

Patric_Nordstrom
Employee
Employee

Hi,

There is an add on product available, Qlik Geocoding, that provides complete reverse lookup, from coordinate to address.

If you are only interested to find the country per coordinate, then the QGA operation "Within" can be used. For more info see screenshot and example app. 

Thanks,

Patric   

 

 

Thanks,

Patric

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

What you need is known as reverse geocoding. As Patrick said you can buy an addon Qlik product for that. Or you can try an online service such as Google offers: https://developers.google.com/maps/documentation/geocoding/start?csw=1#reverse. Or you can use other tools. Python for example has libraries for that purpose: https://github.com/thampiman/reverse-geocoder


talk is cheap, supply exceeds demand