Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Noor51
Creator
Creator

Qlik Master Dimension Drill-Down Color

Hi Everyone, 

I'm on Nov 2025 patch 8 on Prem Qlik. 

I want to assign different color for each dimension so that it not affect by measure. 

I want this bc I have 2 pie chart with this master dimension but when filter to Product family or code the color of the 2 pie chart don't match. Any help would be appreciated.  

 

The image below is my master drill down dimension, FYI.

Noor51_0-1750092219661.png

 

Labels (2)
1 Solution

Accepted Solutions
FedericoDellAcqua
Creator II
Creator II

yes let's try a simple example 

if([YourDimension1]='Value1', RGB(1,1,1), if([YourDimension1]='Value2', RGB(100,100,100), if([YourDimension2]='Value3', RGB(150,150,150))))

View solution in original post

3 Replies
FedericoDellAcqua
Creator II
Creator II

I think that could be easier to create a color expression to add in appearances in qlik and then copy the expression into two different graphs. 

Please feel free to leave a like to this comment if it helps you out! 

Federico

Noor51
Creator
Creator
Author

Can you give me example?

FedericoDellAcqua
Creator II
Creator II

yes let's try a simple example 

if([YourDimension1]='Value1', RGB(1,1,1), if([YourDimension1]='Value2', RGB(100,100,100), if([YourDimension2]='Value3', RGB(150,150,150))))