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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

upload dimension values with RGB color

Hi

I am trying to automatically upload in the script the color that must be used in charts for certain dimensions. Specifically, I am upload a table

LOAD

  Revenue_Code,

  Revenue_Type,

  RGB_Color

FROM ...

Revenue_CodeRevenue_TypeRGB_Color
ATiresRGB(255,255,255)
BGearRGB(255,255,255)

I have linked this table 'Revenue Code' with the table with all the data.

Once completed the upload, I tried to assign in chart properties -> expression -> background color the RGB_Color dimension but this isn't the correct way I guess.

Can someone please help me?

Tx

1 Reply