Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
if(avg(SPECIALIST%)>=.22 and avg(SPECIALIST%)<=.24,1,0)
if(avg(SPECIALIST%)>=.22 and avg(SPECIALIST%)<=.24,1,0)
use this as conditional show expression:
avg(SPECIALIST%)>=.22 and avg(SPECIALIST%)<=0.24
Thnaks Nicole.Understood my mistake