1

I have a Tablix which has around 50 columns,I need to change the color of the font, if the value in the columns are less than 0.Is it possible to write the expression at one time rather than writing the expression for every column individually?

SqlLearner
  • 763
  • 8
  • 23
  • 37

1 Answers1

2

Without using the code section, the best you can do is to embed the logic in a hidden parameter, then refer to that parameter value for color in each of the columns. That way you can change the logic/color in one place.

Eric Hauenstein
  • 2,557
  • 6
  • 31
  • 41