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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
laumartinezb
Contributor II
Contributor II

Show/hide container multiple conditions

Hi All!

I have been trying to show a graph using the show/hide container. I only want it to be seen when:

KPI='IM01', 'IM02', 'IM03', 'PM01' and 'PM02'

How can I put this in the show contidion for chart?

laumartinezb_0-1592909491779.png

 
 

Thank you very much in advance!!

Best regards,

Laura

Labels (2)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi 

your expression should be something like this 
if(match(KPI,'IM01', 'IM02', 'IM03', 'PM01' , 'PM02')>0,1,0)

View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

hi 

your expression should be something like this 
if(match(KPI,'IM01', 'IM02', 'IM03', 'PM01' , 'PM02')>0,1,0)