Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Matching geo-points with area

I have a dataset with geo-points (lat/long) across the world and KML-file with country boundaries. Is it possible to aggregate points by countries? And how to match points with area using QlikSense?

Source data:

MeasureLatLong
1003254
1504050
2004370
.........

KML-file

Country CodeArea
USA[...]
ITA[...]
...[...]

Desired result:

world.png

1 Reply
Not applicable
Author

Hi,

I believe you need to do a reverse geocoding. There is a solution that you can pick up here: http://community.qlik.com/message/300636#300636

If you use rperezlaso solution for your source data and append country (provided by this line MaxString(if(Address_Type = 'country' , Value)) as Country  ) then you can link it to your KML by the country field.

I haven't tried this solution but it may be work for you.

Kind regards,

Nuno