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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
lotitolo
Contributor III
Contributor III

KML does not display split of geographical areas (aggregate KML area).

Hello,

I divided France using a KML file that works very well on google earth.
However when I go on QlikSense I have a problem with areas that have the same name for example :

  • Zone 1 : some area vectors - does not display on the map
  • Zone 1: some area vectors - does not display on the map
  • Zone 2: some area vectors - is displayed on the map

The problem is that Zone 1 is part of one and only one territory (sea coast and an island) and a calculation is applied to it.

How to display Zone 1 ???? I have the impression that Qlik doesn't like to have two identical names...

Thanks

 

Labels (3)
1 Reply
Gui_Approbato
Partner - Creator III
Partner - Creator III

Hello,

Try this to see how it behaves in your case: in your script, add RowNo() to the Name.

Like:   Load Name&' '&Rowno() as Name, ...

Or concatenate your Name with another field in the map.