Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help request: Qlik Sense custom chart color schemes

Hello,

I need to change the color scheme of a chart to use a specific RGB. Is there a way to change the colors without hard-coding the chart?

I tried to hard-code the values but this doesn't work because the values are always changing.

hard coded chart.PNG

1 Reply
marcohadiyanto
Partner - Specialist
Partner - Specialist

Hi Stephanie

Do you want change color for dimension or measure?

if you want change color by dimension, you can use color by expression and put this in the expression

=pick( match(Dimensions, 'A','B', 'C'), rgb(70,178,157),rgb(240,202,77),rgb(227,123,64))

Regards,

Marco