To create a saved search that displays backordered quantity and back ordered amount of sales orders, perform the following:
- Navigate to Reports > Saved Searches > All Saved Searches > New.
- Click Transactions.
- Under Criteria tab and Standard subtab, set the following:
- Type = Sales Order
- Tax Line = False
- Shipping Line = False
- Status = is any of Sales Order:Partially Fulfilled, Sales Order:Pending Fulfillment
- Under Results tab and Columns sub tab, set the following:
- Formula (Numeric) = {quantity}-nvl({quantitycommitted},0)-nvl({quantityshiprecv},0)
- Formula (Currency)= ({quantity}-nvl({quantitycommitted},0)-nvl({quantityshiprecv},0))*{rate}
- Enter a name for the custom search.
- Click Save.