Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
cena_abhishek
Contributor
Contributor

How can i dynamically select the field in Qlikmaps using 'If' condition

I am using the QlikMaps to generate territory boundaries in Qlik Sense. Now to associate the field with map, i select a particular field 'Zone Name' from featured layer option in QlikMaps. The map generates successfully.

However, i have a different requirement where based on a certain selection i want the field in QlikMaps to change dynamically. To achieve this, i tried writing an 'If' condition but it doesn't work. Below is the condition i tried

='

If(Field = 'Zone', [Zone Name],

     If(Field = 'Region', [Region Name], [Area Name]))

'

Can anyone guide me how to modify the 'If' condition to make it work in QlikMaps or if there is any other way to achieve this functionality?

0 Replies