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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

COLOUR EXPRESSIONS-

If I have a field "sales"in my database, and I want to use a colour expression for my chart over a certain sum of sales, how can I get it?

IF(Sum(Sales)={'>=5000'}),RED(),GREEN()

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

IF(Sum(Sales) >= 5000, RED(), GREEN())

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein