This forum is for user/member-created articles across the entire Qlik portfolio. Any member that is logged in can create and publish an article here. You must choose the appropriate label in order for the articles to be properly categorized.
At QlikWorld 2020 I planned to host a session called "Top 10 GeoAnalytics Tips". Here's the app with all tips including test data. Tip titles as follows, see the app for details.
If you liked it, here's more tips in the same style:
Similar but for Visualizations in general:
Thanks,
Patric
At Qonnections 2019 I hosted a session called "Top 10 Qlik GeoAnalytics Tricks". Here's the app I used with all tips including test data. Tip titles, see the app for details.
* Operations *
Neighboring areas
Closest using routes
Reverse lookup with Within or Closest
Realtime traffic
Export to GeoJSON
Extending QGA with ogr2ogr
* Design *
Use native map
Map insets, zoom to
Multi symbols layers
Map as legend
Layer switcher
Layers with top 5
Expression switcher
Classification methods for coloring
* System *
Simplify for Within
Bin intersect vs Within
Use standard areas at call
Loading all extensions
MS SQL Server access
WMS Wizard
Linking to GeoJSON
If you liked it, here's more tips in the same style:
Similar but for Visualizations in general:
Some slides describing how to fetch geometry data from MS SQL Server.
In MS SQL STAsText produces WKT that can be read by QGA.
select top(2) zip4, GEOM.STAsText() as wkt from dk_zip4 order by zip4;
Sometimes it's convenient to kick off a geospatial operation in runtime. Since all Qlik GeoAnalytics connector operations are performed at load time the operations are not available as an expression. One way to overcome this limitation is to use on demand app generation (ODAG).
The examples is only possible to run in Qlik Sense Enterprise Server with ODAG turned on.
Qlik GeoAnalytics is required.
Upload the apps to the server with QMC.
Update
Added example with the new simplified ODAG scripting and Dynamic views, see attachment "SelectDV.zip".
Dynamic Views makes it possible to embed a master visualization from the ODAG template in the main application, so the user don't have to spawn a new app.
At Qonections 2018 I hosted a session called "Top 10 Qlik GeoAnalytics Tricks". Here's the app I used with all tips including test data.
The app covers the following:
The app is updated with QS Nov 2019, most of the tips works with prior versions too.
If you liked it, here's more tips in the same style:
Similar but for Visualizations in general: