Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sense Nov release
I have a measure, how to show total in red when its negative
Hi.
In the background colour expression use an If() statement.
If([Expression]<0,RED(),GREEN())
You have posted this in the QlikView pages whereas it should be in the Qlik Sense pages (Just o make you aware) 🙂
Hi.
In the background colour expression use an If() statement.
If([Expression]<0,RED(),GREEN())
You have posted this in the QlikView pages whereas it should be in the Qlik Sense pages (Just o make you aware) 🙂
Thanks
Actually ive just noticed that you need the total row coloured. I'll look at that now
Thanks Let me know if it is possible.