Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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))