QlikMapsQlikMapsDocumentation for QlikViewCustomizationDrilling within a map using Show Conditions

Drilling within a map using Show Conditions

Edit the Show Condition expression

Multilayer support in QlikMaps 1.5 and QlikMaps 2.0 relies on the “Show Condition” expression in the “Options” section. By overlaying multiple QlikMaps objects, you can control which object shows for which selection. A sample expression is:

=if(Count(DISTINCT TOTAL YourValue) > 1, True(), False())

NOTE: Multilayer support is greatly expanded in QlikMaps 2.1; refer to QlikMaps for Multilayer: Overview for more information.

Overview layer

Overview layer

Here's an example of a higher-level view using a Polygon object.

Detail layer

Detail layer

And after selecting a single polygon in the previous Polygon object, the Polygon object is hidden and the Points layer is shown.