Back Order Quantity
Answered
How can I access the B/O Quantity on sales order lines for searches?
Best answer
You can use this formula here:
{quantity}-nvl({quantitycommitted},0)-nvl({quantityshiprecv},0)
I use a formula (numeric) with SUM as the summary type. Then in the formula I have
{quantity} - nvl({quantitycommitted},0). Suite Answer Id: 81004 if you want to get more details.
Since the backordered quantity is a dynamic field you have to do the calculation yourself using the other available fields.
Others here posted a formula you can try



