Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pwagner
Partner - Creator III
Partner - Creator III

QlikView GeoAnalytics Error: Unsuccessful Location Lookup - Unresolved GeoCoding Geometries

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

Labels (1)
2 Solutions

Accepted Solutions
Patric_Nordstrom
Employee
Employee

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. 

View solution in original post

Patric_Nordstrom
Employee
Employee

The June release is coming hopefully already next week.

Menawhile, use 

=purgechar(subfield(adr_Geometry,',',1),'[]') and

=purgechar(subfield(adr_Geometry,',',2),'[]')

View solution in original post

3 Replies
Patric_Nordstrom
Employee
Employee

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. 

pwagner
Partner - Creator III
Partner - Creator III
Author

It's working. Thank you for the advice.

 

Maybe you add lat and long in your GeoCoding template, beside adr_Geometry?

Patric_Nordstrom
Employee
Employee

The June release is coming hopefully already next week.

Menawhile, use 

=purgechar(subfield(adr_Geometry,',',1),'[]') and

=purgechar(subfield(adr_Geometry,',',2),'[]')