Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Thank you very much in advance!!
Best regards,
Laura
hi
your expression should be something like this
if(match(KPI,'IM01', 'IM02', 'IM03', 'PM01' , 'PM02')>0,1,0)
hi
your expression should be something like this
if(match(KPI,'IM01', 'IM02', 'IM03', 'PM01' , 'PM02')>0,1,0)