If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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
if(WithinSL='No',Green(),Give your default expression color here)
like
if(WithinSL='No',Green(),Blue())
if(WithinSL='No',Green(),Give your default expression color here)
like
if(WithinSL='No',Green(),Blue())
Thank You