Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Background Color?

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.

20 Replies
Anonymous
Not applicable
Author

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!