Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to create conditional formatting in Qlikview where the rules is similar to MS Excel conditional formatting as follow.
Any thoughts about solving it?
Thanks in advance.
Qlikview Newbie
Hi,
Please see attached.
Edit: Have changed sorting and background color for 0 values
Regards,
Greeshma
Hi,
Go to your expression and click on the '+' symbol. You can add an expression here as follows
if( sum({<Date={'$(=max(Date))'}>}Price) > sum({<Date={'$(=max(Date)-1)'}>}Price), red(),
if( sum({<Date={'$(=max(Date))'}>}Price) < sum({<Date={'$(=max(Date)-1)'}>}Price), green(),yellow()))
Not able to get the desire output. Attached QV file.
Hi,
The dates are not continuous so max(Date)-1 will not work here. I am working on your QVW. Can you also send the source file?
Regards,
Greeshma
source file per attached. Thanks.
Hi,
Please see attached.
Edit: Have changed sorting and background color for 0 values
Regards,
Greeshma
Great stuff Greeshma. Thank you for your help.
PFA