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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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)