Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Drilldown maps in qliksense!!!!

Do we have map available in qlik sense where we can easily drill down to granular level.

please suggest.

7 Replies
undergrinder
Specialist II

Hi,

You can use drill down dimension in map, the pitfall is, you can't define drill down location point.

If can do some experiment with maxstring([location_column]) as location field, or with autorecognised location settings.

G.

bwisealiahmad
Partner - Specialist

Hi,

What kind of map are you making and how many layers?

I think you are better off using either two different layer types and a list box.

Best,

Ali A

undergrinder
Specialist II

Other way to achieve drill down effect in maps:

Add multiple layer to the map, and set the calculation condition according to actual drill down level.

eg.: country + state drill down level.

calculation condition for country level: =getselectedcount(country) = 0 or getselectedcount(country) > 1

calculation condition for state level: = getselectedcount(country) > 1 or getselectedcount(state) > 0

G.

balabhaskarqlik

Yes, you can, by defining multiple layers in the map.

Check these to create a map:

Giuseppe_Panella
Employee

Hi,

If you are using Qlik Sense April 2018 release or higher versions you can follow the steps in this video

Creating a drill down map - Qlik Sense - YouTube

Or you can read the related documentation

https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Visualizations/Map/Map.htm

cchristenson2
Contributor III

There is a work around for this, create two drill-down dimensions:

  • First dimension are the fields you would like to use as labels
  • Second dimension, same order, are the location fields for your labels

Then swap in the second, location drill-down dimension in the location field for your layer. This is especially useful work around if you have custom roll-ups of Zip code for example into markets and regions.