Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_ramshini
Contributor III
Contributor III

Color Chart

Hi every body

I have a bar chart in qlikview and i want change every column's color

Please help me

2 Replies
Not applicable

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

Not applicable

Hello,

In Chart Properties you can set color, see the image below.

QlikColors.PNG

Jon