Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
for master item measures I have created this code for the appearance area:
=if([KOK], '#a54343',
if([GER], '#26a0a7',
if([CD], '#79d69f',
if([AB ], '#ec983d',
if([Manufacturing ZXF], '#70ba6e',
if([Manufacturing ABS], '#b0afae',
if([PI ], '#65d3da',
if([External hours ], '#f9ec86',
))))))))
But this colour by measure is not working, the result in the (stacked) bar chart is gray:
Any ideas?
Thank you, tom
I solved it. In the master items measures you can perform colours.
Hello,
if my understanding is correct, you have used the expression in "Bar chart > Appearance > Colors and legend > Select measure".
If this is the case, then there are probably a couple of issues with this approach:
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in detail to the issue that you are facing. However, if you believe that this information helped you resolve your concerns, please mark it as accepted solution to give further visibility to other community members.
Hello,
It seems to me that you want to color by dimension and not by measure.
1. Create the dimension, by adding the field name (where you have the options: KOK, GER, CD, AB...)
2. After edit the dimension and select value colors, and add the color to each value
3. Finally drag and drop the master dimension on top of your chart and select color by dimension.
Hope it helps.
Best regards
Hugo Romeira
Thanks Hugo
I have month and this other dimension you are referring to. Where should I select the later dimension?
I solved it. In the master items measures you can perform colours.