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: 
Not applicable

Costom colors in drilldown chart

Hey,

i want to create a pie chart with costumized colors.

I know that you can use the pick/match function for that. However, the chart shows a drilldown dimension. How can I costumize the colors of the second dimension too?

A table for better explanation:

ObjectDimension1Dimension2
1aaa
2bbb

Lets say a should be red, b blue, aa yellow and bb green.

1 Reply
shair_abbas
Partner - Creator
Partner - Creator

Hi Lucas,

  I think you can use conditional color property in color tab.Expression would be if(getcurrnetselection('Drilldown dimension name')='a',Red)
hope this might help