Overflow
I am getting the overflow error on the following calc in a query:
On the clients request, I am to add this calculation to a report. In the query it looks like this
x: ([sumofqty]*[cost]) / ([sumofreceived]*[cost])
As the value [sumofreceived] was sometimes zero, I got the division...