Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Luffy20
Contributor
Contributor

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
];