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

colormix1 function

hi,

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),

if([Channelfilter]= 'D-sales'                                     ,RGB(90, 240, 96),

if([Channelfilter]= 'HO'                                          ,RGB(184, 204, 228),

if([Channelfilter]= 'Showroom'                                    ,RGB(204, 192, 218),

RGB(90, 240, 96))))))) 

,RGB(230,184,183))

0 Replies