Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
khadraouihiba02
Contributor III
Contributor III

How can I color negative values and positive values in QlikView?

Hello,

How can I color negative values red and positive values green in QlikView?

1.png

2.png

  

Labels (1)
2 Replies
Lisa_P
Employee
Employee

On the Expressions tab, if you expand the expression (click +)another menu appears ...

Lisa_P_0-1713570891228.png

Use the Background Color and write a logical conditional expression

eg. IF(EVOLUTION>0, green(), red())

khadraouihiba02
Contributor III
Contributor III
Author

@muhammadrauf Thanks a lot