I have been trying to create a simple conditional format on a column chart so that those columns that fall under the benchmark goal (which is the 2nd value in the chart, and is a Line type).
Here is the expression I was using:
=iif((Fields!Score.Value < Fields!BenchGoal.Value), "Red", "Black")
But when I run the report all columns return black even though there are several columns that fall under the mark.
Any ideas as to what I am doing wrong???
Here is the expression I was using:
=iif((Fields!Score.Value < Fields!BenchGoal.Value), "Red", "Black")
But when I run the report all columns return black even though there are several columns that fall under the mark.
Any ideas as to what I am doing wrong???