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: 
mayureshpalav1
Contributor
Contributor

GeoOperations within operation

I need help implementing the Within() Operations into qlik sense

I have two tables one with lat long and ids and one with states names and their areas in kml format.I just need association of which lat long falls in which of the states areas.

Attached  format of both tables  below.

data:
load * Inline [
id,lat,lon
1,73.51,18.45
2,76.38,27.98

3,68.34,24.36
];

District:
LOAD
RowNo() as "Dis_id",
District,
District.Area

 

Labels (4)
0 Replies