Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a table as shown below. I have shown only 2 countries. (There are more than that)
Looking at latest month, if my revenue is +ve color should be green, if -ve then red.
what should i write in color expression in qliksense
Thanks
Hi
try:
if(sum(Revenue)>=0, Green(),Red())
regards