Discussion Board for collaboration regarding Qlik GeoAnalytics.
Hello,
I asked this question in Qlik App development but this might only possible w/ GeoAnalytics...
So if you are an expert in GeoAn would appreciate your input.
Hi All,
I would like to implement a feature in the Native Qlik map object (latest version) where I have multiple layers, for example dot layer #1 represents Hotels, dot layer #2 represents Household
Challenge:
I used the dot layer size by feature but that one is not good for displaying radius, it is good for scenarios when I would like to understand which Hotel has the most visitors etc ...
I assume I am not able to use only one long, lat coordinate pair per dot for Hotel radios but I have to generate somehow shape files (polygons with multiple lang lots) to represents radios correctly, if yes how, and how it can be parameterized and to change it per frontend selection.
Thanks,
Dan
prev post:
Qlik GeoAnalytics can be used for that, it's similar to the store site selection problem.
Create TravelAreas around the hotels, either radius in km or travel time by car in minutes, for 5, 10, 15 km.
After that IntersectsMost with using the TravelAreas and zip codes.
Then if you have households by zip you can easily calculate how many households are within each TravelArea.
See examples here:
https://community.qlik.com/t5/Documents/Qlik-Sense-Examples-Qlik-GeoAnalytics/ta-p/1548751
Thanks,
Patric