Hi,
I m displaying total hour in the field. The values are like 09:11:00, 10:09:00, 07:23:00 and so on. If the value is less than 8 hour i want to change that field background color to red.
I have written expression for the background color as below but its not working.
=IIf(Fields!TOTHR.Value < 8, "Red", "White")
what is wrong in the above expression.
Thanking you all
Sachin