Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an expression and will like to add a background color based on the result of that expression. How can I do it?
I mean I need that the field is set to Red if value is higher than 0.5 and green if it's lower than 0.5.
Please advise.
You were right I was not seeing 0.05 wrong but I was talking about 0.5% so once I used the expression if([Escalation Request Rate]>5/1000,RGB(240,83,50),RGB(0,139,43))
It worked.
Thanks all!