Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have following situation:
We addresses in our customer-masterdate. With GeoCoding I have got the coordinates for these addresses.
Now I need the district/counties for these addresses as well. Unfortunately I cannot find the correct way how to 'calculate' the districts/counties out of the coordinates.
Has someone an idea how to solve that? Which GeoAnalytics operation is the right one?
@Patric_Nordstrom could you help me in this topic?
Thank you.
Best regards, Patrick
Here's examples for all the connector operations:
Thanks,
Patric
The Qlik Geocoding, specifically the AddressPointLookup function returns adm1 code which is normally the state or the county.
There is a NamedPointLookup function which you can use to get adm 1 and adm 2 for a city name:
Thanks,
Patric
Hello Patric,
thank you for your advice.
Unfortunately I have with 'NamedPointLookup' same troubles like a posted here:
This is the errorcode:
Error occured
bei IdevioGeoAnalyticsConnector.Utils.executeRequest(String url, String postData, String operation, Boolean useDefaultUrl)
bei IdevioGeoAnalyticsConnector.SelectFieldsPanel..ctor(Dictionary`2 parameters, Dictionary`2 datasetParameters, String serverUrl)
bei IdevioGeoAnalyticsConnector.SelectDialog.showNext()
Do you have an idea how to solve this problem?
Ok, the NamedPointLookup needs a location string like a city name plus country as input.
Point or lat long cant be used
Thanks
Patric
This location string should already exists in the loaded table?
If you or someone of Qlik can provide a screenshot like a posted before with example data, this would be great. Then it is easier to understand how to work with the operations.
Here's examples for all the connector operations:
Thanks,
Patric
Perfect, thank you for your advice.
Best regards, Patrick