I am using report builder and I have created an IIF
statement on a calculated field I have created (called Tolerance)
The field of "Tolerance" is returning a difference in time between two other fields in the format of 00:00:00
.
My IIF statement is as follows:
=IIF(Fields!Tolerance.Value < = "-00:10:00", "Passed","Failed")
This is running OK in the report but the results are all #Error.