Dears
I am using this iff statement to compare the actual results [AIDSocketPU] with standards [SIDSocketPU] but facing a problem if the standard [SIDSocketPU] is field value is zero or else then still it shows the results as "failed" whereas it should not show up any results.
=IIf([AIDSocketPU]<=[SIDSocketPU],"Passed","Failed")