Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello community,
trough the Geocoding we get the geometries (lat and long) for our adresses. Unfortunately on the same QlikView server, on which we ran the AdressLookup script, we receive following error on the GeoAnalytics map:
"GeoAnalytics - Bubble Layer:
Unsuccessful location lookup
Unresolved
[ ... , ... ]"
We tested the geometries on another QlikView server and the GeoCoding geometries work fine.
Do you have any idea what's the problem on the first QlikView server could be? Firewall settings?
Thanks, Patrick
Sorry, that's a bug in QGA for QV April, will be fixed in the June release.
Use lat and long in separate fields meanwhile.
The June release is coming hopefully already next week.
Menawhile, use
=purgechar(subfield(adr_Geometry,',',1),'[]') and
=purgechar(subfield(adr_Geometry,',',2),'[]')
Sorry, that's a bug in QGA for QV April, will be fixed in the June release.
Use lat and long in separate fields meanwhile.
It's working. Thank you for the advice.
Maybe you add lat and long in your GeoCoding template, beside adr_Geometry?
The June release is coming hopefully already next week.
Menawhile, use
=purgechar(subfield(adr_Geometry,',',1),'[]') and
=purgechar(subfield(adr_Geometry,',',2),'[]')