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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Assign specific colors to specific values

Hello everybody !

I would like, in QV, to assign specific colors to specific values in Charts (especially in Bar & Pie Charts). For instance, if the country is France, it would be displayed in blue, if it's Italy, in green...

I already tried in the Background Colors in Charts


if(Country='FR',blue(255),
if(Country='IT',green(255),....


Can you help me ?

Thanks a lot:

1 Solution

Accepted Solutions
Not applicable
Author

use RGB(,,,), instead of Blue()

View solution in original post

2 Replies
Not applicable
Author

use RGB(,,,), instead of Blue()

Not applicable
Author

Thanks ! It's working 😉