Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Aspiring_Developer
Creator III
Creator III

Colours in stack bar chart Qliksense

Hello All,

I have a stack bar chart with two dimensions and one measure:-

Dim 1- Report Date

Dim 2- LOB

Measure - count(open issues)

Aspiring_Developer_0-1649163884953.png

I want to assign green for Openreach and blue for OpenreachCIU.

I am not able to assign colours in the stack bar. Can anyone please help ?

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
Sweta_Sharma
Former Employee
Former Employee

Hi @Aspiring_Developer ,

Try below condition in Colors and legend>> Custom colors>> By expression
if (LOB= 'Openreach', Green(), Blue())


Cheers!

If the issue is solved please mark the answer with Accept as Solution

View solution in original post

1 Reply
Sweta_Sharma
Former Employee
Former Employee

Hi @Aspiring_Developer ,

Try below condition in Colors and legend>> Custom colors>> By expression
if (LOB= 'Openreach', Green(), Blue())


Cheers!

If the issue is solved please mark the answer with Accept as Solution