Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
How can I color negative values red and positive values green in QlikView?
On the Expressions tab, if you expand the expression (click +)another menu appears ...
Use the Background Color and write a logical conditional expression
eg. IF(EVOLUTION>0, green(), red())
@muhammadrauf Thanks a lot