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: 
parviz_asoodehfard
Contributor III
Contributor III

Insert script doesn't work for within operation in Qlik GeoAnalytics Connector! Is it a bug?

I'm going to use within function but the "insert script" button doesn't work.
 this is my load script:

------------------------------------------------------
data:
load * Inline [
id,lat,lon
1,-64.8587,46.2094
10960,-65.1073,47.7479
22821,-65.6722,46.1335
];

Polygons:
load NB_realignment.Name,NB_realignment.Point,NB_realignment.Area,NB_realignment.Line
from [lib://IPT/1.QVD/NB_realignment.kml]
(kml, Table is [NB_realignment]);

LIB CONNECT TO 'GA';

------------------------------------------------------------

and below you can see my connector settings:

parviz_asoodehfard_0-1689788115334.png


I don't know which table I should select for insert but none of them works

parviz_asoodehfard_1-1689788157437.png

and this is polygons data:

parviz_asoodehfard_2-1689788313275.png

 

Labels (4)
0 Replies