Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
nishika
Partner - Contributor III
Partner - Contributor III

Dynamic legend in container based on selection

Dynamic legend for particular selectiion in container.

Please help 

Labels (1)
1 Reply
tm_burgers
Creator III
Creator III

I have created dynamic legends based on selection by using

   Pick(match(Field,Value1,Value2),Label1,Label2)

as my Label expression for the measure. 

 

You can use the same structure for your measure value as well if you wish:

 Pick(match(Field,Value1,Value2),Measure1,Measure2)