Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Color in Bar Chart

Dear all,

I'm new in Qlik view. I'm facing problem to change color in bar chart. For your better understanding please see below screenshot. In my below chart A1-3, A4-4, A8-10, A11-15, A16-21, A30+ bar will be Green color and L1-3, L4-7 bar will be RED color. How can i solve this problem. please help me..

Sort1.JPG

Regards,

Masba

10 Replies
SergeyMak
Partner Ambassador
Partner Ambassador

I would say let's move your calculated dimension into load script and then use it as dimension.

Or you can replace the Dimension word



if(right(Dimension,1)='A',,RGB(0, 255, 0),If(right(Dimension,1)='L',RGB(255, 0, 0)))"

with your calculated dimension

Regards,
Sergey