Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
e.g.
input: postcode/zipcode = NG9 3EN
outputs:
51.404445 as Latitude, | |
-1.305883 as Longitude, |
in order to keep it simple, preferably supported by qlik
What about this?
thanks Robert, will give it a go
gave it a go, but i need something i can plug into my mobile health app, preferably into the load script code,
even if not fully supported by Qlik I am willing to take a risk as the functionality is fairly straight forward
widgets and extensions are not supported in the Sense cloud yet, so I am working locally for the time being whilst i wait
for further info from Qlik
In our organization we found a database table that has the Zip code and it's corresponding city, state, long and lat info. We can then pull this into Qlik via the loadscript and map data using the Lat/Long info. Is that something that could work for you, rather than a plugin that translates a zip to coordinates?
Check this out. You can download the file and load it into Qlik via the script editor
We have used a similar process that Charles Spencer described. We have a table with all the zip codes and their corresponding latitude and longitude. That table also includes information about the city, states, etc. There are several sources of zip code information that I found. Some are less accurate than others because they will group multiple zip codes into one latitude and longitude unless you pay for the more accurate version. However, census.gov has a free set of information that is more accurate.
Here is the official site with more accurate, free data:
http://www.census.gov/geo/maps-data/data/gazetteer2015.html
Just download the zip code table and import it with your data in the load script.