Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
abhijith28
Creator II
Creator II

show location that are within 50 miles from the current location.

Hi @Patric_Nordstrom ,

There's a requirement :

  • A user selects a location in a map where a location is mapped with (long,lat)
  • After selecting, the user can set the radius ex: 50 miles, then the Map should show all the related location that are within 50 mile radius.

Can we achieve this feature using QLiksense Geo Map. It would be great if you provide me a sample app with this feature.

 

Thanks,

 

Labels (1)
1 Solution

Accepted Solutions
Patric_Nordstrom
Employee
Employee

Yes, one way is to do as @datagrrl suggest and then calculate the distance in the load script using "Routes" (https://help.qlik.com/en-US/geoanalytics/Subsystems/GeoConnector/Content/connector/connector-geoanal...) and then filter by distance.

Another way is to use the circle select and select by distance in the map

 

dist.png

 

Thanks,

Patric

View solution in original post

2 Replies
datagrrl
Creator III
Creator III

I don't have a ton of experience with Qliksense, but in Qlikview I have normally had to basically do a full join and figure out the distance from all locations to all other locations.

 

Basically Something like 

SiteASiteBDistance
231535
2316112
2317500
24151025
2416861
241725

 

Totally made these numbers up, so they might not make sense. But basically it is a fact that includes the location keys and the distance.

Patric_Nordstrom
Employee
Employee

Yes, one way is to do as @datagrrl suggest and then calculate the distance in the load script using "Routes" (https://help.qlik.com/en-US/geoanalytics/Subsystems/GeoConnector/Content/connector/connector-geoanal...) and then filter by distance.

Another way is to use the circle select and select by distance in the map

 

dist.png

 

Thanks,

Patric