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: 
princyal
Contributor III
Contributor III

Change colour in Pie chart

Hi,

 

I want to change the color in Pie chart expression.when its 'No' i want green color if its yes then its default expression color

i tried this no effect pls help me 

if(WithinSL='No',Green())

 

Thanks,

Princy

Labels (1)
1 Solution

Accepted Solutions
UserID2626
Partner - Creator III
Partner - Creator III

if(WithinSL='No',Green(),Give your default expression color here)

like

if(WithinSL='No',Green(),Blue())

View solution in original post

2 Replies
UserID2626
Partner - Creator III
Partner - Creator III

if(WithinSL='No',Green(),Give your default expression color here)

like

if(WithinSL='No',Green(),Blue())

princyal
Contributor III
Contributor III
Author

Thank You