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: 
124rooski
Partner - Creator
Partner - Creator

incorporating API for geoanalytics (lat, long)

What would be the best way to pull latitude and longitude data for the us of geoanalytics? My goal is to be able to plot stores worldwide and city, state, country dimensions are giving me some trouble whereas coordinates are plotting the data points precisely with a sample set I created. Should I be looking for an API and possibly do a look up in the database or is there a simpler method to do that in the front end in qlik itself? Thoughts are all appreciated.

Labels (1)
1 Reply
lorenzoconforti
Specialist II
Specialist II

You can call an API service in your script (like Bing); it would return json/xml based on an input address:

https://docs.microsoft.com/en-us/bingmaps/rest-services/locations/find-a-location-by-address

In the response data there would be also latitude and longitude