My calculation for % is resulting in #NUM! and I need for it to result in 0% if the calculation results in 0. This (I hope) will enable me to group and get an average % in a report. Does anyone know how I can do this?
Thanks.
Is this expression actually in the table design?
Is it possible one or both fields are blank or 0?
You may need to change the expression to: IIf([InvoiceTotal]=0,Null,[Total Job Expenses]/[InvoiceTotal])
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.