Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Background Color Expression

$
0
0
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

Viewing all articles
Browse latest Browse all 2791

Trending Articles