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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic image visibility

Hi,

I want my image to be visible only if the value is between 22 t0 24.

Can you please check the show-conditional expression of mine and suggest the required changes.

thanks

1 Solution

Accepted Solutions
Nicole-Smith

if(avg(SPECIALIST%)>=.22 and avg(SPECIALIST%)<=.24,1,0)

View solution in original post

3 Replies
Nicole-Smith

if(avg(SPECIALIST%)>=.22 and avg(SPECIALIST%)<=.24,1,0)

Anonymous
Not applicable
Author


use this as conditional show expression:

avg(SPECIALIST%)>=.22 and avg(SPECIALIST%)<=0.24

Not applicable
Author

Thnaks Nicole.Understood my mistake