C
Carlos
I have 3 different values a record can have.
Satisfactory, unsatisfactory and Needs Improvement. If
Satisfactory comes up 80% of the time then I have to
display Satisfactory as a final rating for an employee.
The other two have calculations around them to and
everything I want to work works exactly how I want it if
all ratings are choosed at least once. But it is possible
that one of these ratings never gets choosen. If this
happens my calculation doesnt work because it doesnt
recognize null.
Can I somehow tell the field to return 0 if it is null.
If so would I put this formula on the first query that
counts the items or the final one that checks what % each
rating has.
Help Please!!
Satisfactory, unsatisfactory and Needs Improvement. If
Satisfactory comes up 80% of the time then I have to
display Satisfactory as a final rating for an employee.
The other two have calculations around them to and
everything I want to work works exactly how I want it if
all ratings are choosed at least once. But it is possible
that one of these ratings never gets choosen. If this
happens my calculation doesnt work because it doesnt
recognize null.
Can I somehow tell the field to return 0 if it is null.
If so would I put this formula on the first query that
counts the items or the final one that checks what % each
rating has.
Help Please!!