Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi every body
I have a bar chart in qlikview and i want change every column's color
Please help me
hi,
I am not sure whether this suits our requirement but you can create data ranges
and use it in background color
e.g.
=if(budget=1,red(),
if(budget>20 and budget<100,blue(),
if(budget>100 and budget<500,green(),
if(budget>=1200,Black()))))
Something like this.
Thanks
Khushboo
Hello,
In Chart Properties you can set color, see the image below.
Jon