Hello,I am trying to code an expression to change the colour of my text box if the value of the cell is above 10%. This field is calculated by dividing two values from the data set.iif(Sum(Fields!DNA.Value / Fields!Total.Value) > 0.1,"Red","Green")Why does this not work?Any help will be appreciated.Paul
↧