Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
JCC
Contributor II
Contributor II

KML QVD file for continents

Dears,

I would like to create a world map per continent.

Where can I find the KML file for continents? Could someone please provide me a QVD file.

Thanks a lot!

Rgds,

J.C.

Labels (3)
1 Solution

Accepted Solutions
pwagner
Partner - Creator III
Partner - Creator III

Hi @JCC 

You can use the GeoOperations LOAD and DISSOLVE for this task.

1) You need all for all countries the polygons (--> LOAD)

2) You have to join the continent to the country (I use an Excel-File)

3) You can use DISSOLVE to calculate the polygons of the continents with the polygons of the countries

 

Regards, Patrick

View solution in original post

2 Replies
pwagner
Partner - Creator III
Partner - Creator III

Hi @JCC 

You can use the GeoOperations LOAD and DISSOLVE for this task.

1) You need all for all countries the polygons (--> LOAD)

2) You have to join the continent to the country (I use an Excel-File)

3) You can use DISSOLVE to calculate the polygons of the continents with the polygons of the countries

 

Regards, Patrick

JCC
Contributor II
Contributor II
Author

Thanks a lot for your tip, Patrick! It indeed looks like what I need!