S
smeldawg
I have a field called Evaluation Result, that is either "pass" or "fail" in a
query. I want the Evaluation Result to display the % Pass in a report.
Here is what I have so far:
(sum(iif([Evaluation Result]="Pass", 1,0))/sum(1),percent")
What am I doing wrong?
query. I want the Evaluation Result to display the % Pass in a report.
Here is what I have so far:
(sum(iif([Evaluation Result]="Pass", 1,0))/sum(1),percent")
What am I doing wrong?