Divide by ZERO error.
798631Oct 8 2010 — edited Oct 8 2010Hello,
I Need a little help. I keep getting divsor is equal to 0 error in both pl/sql devloper and oracle report builder 6i
In reports builder i have a Formula column with the following:
return ((:a - :b)/:a) *100;
Whats a simple way to get around the divide by 0 error?
Thanks.