Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Do you only have long-lat info or do you have other information about the points as well, like country or city?
i only have lat and long, and i need to show only the points that are located in europe.
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
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