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

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

Automatic Color code

Qlik community I have 60 Programs, and 60 colors palatte,  there is no common association, how can we assign each individual color to each program automatically

1 Solution

Accepted Solutions
marcus_sommer

Maybe loading them like:

load Program, rgb(R, G, B) as ProgramColor inline [
Program, R, G, B
a, 100, 100, 199
b, 0, 0, 0
];

View solution in original post

1 Reply
marcus_sommer

Maybe loading them like:

load Program, rgb(R, G, B) as ProgramColor inline [
Program, R, G, B
a, 100, 100, 199
b, 0, 0, 0
];