Hello
I have some queries that run and total items.
Then when I get those items I calculate an accuracy rate and a defect rate.
The formula is:
AccuracyRate: 1-([TotalIncorrectItems]/[totalItems])
However I run into a problem when TotalIncorrectItems and totalItems are both zero.
What do I need to put around this when these two things are both zero?
Thanks
Happy Tuesday!
Nova
I have some queries that run and total items.
Then when I get those items I calculate an accuracy rate and a defect rate.
The formula is:
AccuracyRate: 1-([TotalIncorrectItems]/[totalItems])
However I run into a problem when TotalIncorrectItems and totalItems are both zero.
What do I need to put around this when these two things are both zero?
Thanks
Happy Tuesday!
Nova