Showing Backorder/Shipped number in report/form?
Hi all,
We have another newbody question.
We want to show backorder/shipped qty in packing list or invoice. We tried item.quantity.backordered/quantity.committed/quantity.fulfilled, but I think this is not what we want, and it show no value. Could someone point the right way?
Thank you very much.
Hello
I have tried with success doing a saved search with a Formula (numeric type) for
{quantity}-nvl({quantitycommitted},0)-nvl({quantityshiprecv},0)