Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello my QV friends. I am wondering if it is possible change the colors for individual sections of a bar chart. I am attaching a picture of my chart. I want the font in the dark blue section to be white while leaving the font in the gold section as is. Thank you
in text color of your expression you can add an expression and set the color depending on dimension value
pseudo-code
if(Dimension=DimensionValue,Green(),Black())
in text color of your expression you can add an expression and set the color depending on dimension value
pseudo-code
if(Dimension=DimensionValue,Green(),Black())
Thanks Massimo. I forget about the different options under expressions sometimes