i am using qlik sense desktop , i am using pie chart with drill down dimesions and want to give proper color to each drill down and below expresion is not working with me
if ([Channelfilter] or [Application Status],
ColorMix1([Application Status]= '' or [Channelfilter] = '' ,
if([Application Status]='Invalid' or [Channelfilter]= 'Agency' ,RGB (196,215,155),
if([Application Status]='valid' or [Channelfilter]= 'Telesales' ,RGB(230,184,183),