Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey There,
I have a line graph, similar to the above in an important QlikSense app. I want to have this same effect with the number greater than zero being a different colour than when below 0. Except with green and red rather than this orange and blue. Anyone have any ideas on an expression that would make this work?
Cheers
Go to Appearance-->Colors and Legend-->Colors-->Custom-->By Expression...
if(your expression<0,red(),green())
Hey There Robert, I have already tried this expression but it ends up looking like this due to it starting at the parameters not above 0.
Could you attached your qvf?