Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a Map with an Area Layer that uses custom geometry data and it works fine as shown in the image below for the different Territories.
I'm now trying to add a Chart Layer on top and I'm using the same Territory geometry field as the Area Layer. But I'm getting an error about invalid geometries even though I have used the same geometry field.
I am able to do the same using my Country dimension, but it contains the name of the country and not custom geometry
Any ideas what might be the cause?
EDIT:
I got it to work by using the GeoGetPolygonCenter function on my Territory geometry
=GeoGetPolygonCenter([Territory Area])
I got it to work by using the GeoGetPolygonCenter function on my Territory geometry
=GeoGetPolygonCenter([Territory Area])
Hello @avl_dlimi I am not sure what could be the cause, but would you have a Qlik Sense sample example so I can try to test it? Which version of Qlik Sense are you using?
I got it to work by using the GeoGetPolygonCenter function on my Territory geometry
=GeoGetPolygonCenter([Territory Area])