Question
How to calculate the remainning product numbers to be shipped based on the information of Order Quantity and Shipment Quantity?
How to calculate the remainning product numbers to be shipped based on the information of Order Quantity and Shipment Quantity?
SUM([Order Quantity])-WINDOW_SUM(SUM([Shipment Quantity]),FIRST(),0)