Anyone care to straighten this out?
I have 3 text boxes in a report that are:
"Orders" "Canceled" "Finished" "Percent Finished"
124 26 98 ?????
I'm needing to find the percent of finished orders. The calculation is a mess, but the only problem comes in with the "Percent Finished". What I have in there right now is:
=(Abs(Sum([Status]="Finished"
)/Abs(Sum([Status]="Finished"
)+Abs(Sum([Status]="Canceled"
))
but this gives me a total of %2700... which is obviously not right. It should be around %79.. Anyone care to help???? Please, Please, Please!!
I have 3 text boxes in a report that are:
"Orders" "Canceled" "Finished" "Percent Finished"
124 26 98 ?????
I'm needing to find the percent of finished orders. The calculation is a mess, but the only problem comes in with the "Percent Finished". What I have in there right now is:
=(Abs(Sum([Status]="Finished"
but this gives me a total of %2700... which is obviously not right. It should be around %79.. Anyone care to help???? Please, Please, Please!!