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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Setting colours to specific values in charts

Hi, I want to set values of a particular dimension based on its value. For example, if the dimension is "Status" and the values are "Yet to start", "Started" and "Ended" which I want as colors red, yellow and green respectively in a pie chart, how can I go about it?

1 Reply
dwforest
Specialist II
Specialist II

Set color by expression... if(Status = 'Yet to start', red, if(Status = 'Started',yellow, green))