StuartStarrs
Programmer
Hi
I have a report which totals all calls made to clients of a particular industry - it also totals the results of the calls to that industry. What I am now trying to do is have a calculated percentage field but when I do this I get an illegal division by 0 message. I have tried using conditional statements to only do the calculation when both fields are greater than null but no luck - this just brings up a 0 or 100 value in the field. Does anyone know any special rules or have a fail safe (ish) way of doing this
Thanks in advance
Stuart
I have a report which totals all calls made to clients of a particular industry - it also totals the results of the calls to that industry. What I am now trying to do is have a calculated percentage field but when I do this I get an illegal division by 0 message. I have tried using conditional statements to only do the calculation when both fields are greater than null but no luck - this just brings up a 0 or 100 value in the field. Does anyone know any special rules or have a fail safe (ish) way of doing this
Thanks in advance
Stuart