Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
what would be the conditional statement for a slider to show the slider if the value for the field engagement is high or if the field engagement doesnt have a value selected.
Attached is a protoype of the dashboard
if(GetSelectedCount(Engagement)=0 or match(Engagement,'High'),1,0)
if(GetSelectedCount(Engagement)=0 or match(Engagement,'High'),1,0)