Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm discovering the new QlikView map object. When I load a KML file, Qlik Sense seems to automatically detect if the geometry field contains points or areas. It's usefull when all is OK.
But the KML load wizard doesn't work on some of my KML. So I used a workaround (the XML wizard).
I've loaded two fields from my KML (a field name (.Name) and a field with the geometry (.Area). The issue is the Qlik Sense interface seems to recognize my area field as a point field. Is there a way to manually "say" to Qlik Sense : this field contains "Area" not "Points" ?
Regards
The load wizard has a bug (I think) that doesn't tag the area field correctly.
You can manually correct it by adding:
tag field area with $geopolygon;
This should make Sense recognize the area field.
Check GeoMakePoint function in script
The load wizard has a bug (I think) that doesn't tag the area field correctly.
You can manually correct it by adding:
tag field area with $geopolygon;
This should make Sense recognize the area field.