0

I've used the following expression to change the colour of my font, its working to an extent apart from values that are zero, which are remaining black.

=Switch(
Fields!Colour.Value="Orange","#ff8812" ,Fields!Colour.Value="Blue","Blue" ,  Fields!Colour.Value="Green","Green" ,Fields!Colour.Value="Red" ,"Red" ,true,"No color")   
whitz11
  • 229
  • 2
  • 23

2 Answers2

3

"No Color" isn't a valid value for fonts.

NoColour

BishNaboB
  • 1,047
  • 1
  • 12
  • 25
0

Just add your expression as the color