Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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))))
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
Can you give me example?
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))))