Open sale order quantity
I have a saved items records search to display all open order quantity with formula numeric. The formula is below and it display all open order quantity for each item (committed plus back order). How do I display not all open order quantity but only the sales order open quantity within a certain ship date? Thanks.
nvl({quantitycommitted},0)+nvl({quantitybackordered},0)