Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
How do I change the color of text in chart with some condition? It's only the background color can be changed through calculated expr. Please find image below.
Thanks and more power!
jason
hi,
you can change the colour by clicking on the +icon of the expression used in the chart.
see the image attached.
thanks
hi,
you can change the colour by clicking on the +icon of the expression used in the chart.
and then configure text color as per your requirement
see the image attached.
thanks
Hi Jason,
You can change the color of the "Text in Chart " by writing a expression by clicking the font button.
if(sum(Revenue)<100,red(100),green(100))
- Sridhar
Hello Sridhar,
Ok, i think this is what i'm looking for, thank you very much sir.
jason