Can anybody please help me with why my data is showing 0 instead of 16388 in Confirmed Purchase Order Receipt (week 3) after following the instructions in the screenshot?
I have applied the following formulae:
PO Submitted: IF Submit Purchase Order Request? THEN 1 ELSE 0
Confirmed PO Delivery: POST(PO Submitted, Final Shipping Time Weeks)
Confirmed Purchase Order Receipt: IF Confirmed PO Delivery > 0 THEN POST(Final Shipment Amount, Final Shipping Time Weeks) ELSE 0
Final Shipment Amount: IF NOT Submit Purchase Order Request? THEN Suggested Order Amount for the Month ELSE IF NOT Override Suggested Order Amount? THEN 0 ELSE Override Amount
Shipping Costs: Final Shipment Amount / 1000 * 'TRA01 Shipping Metrics by Week'.'Cost per 1000 Units'[LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: Shipping Method]
Final Shipping Costs: Final Shipment Amount / 1000 * 'TRA01 Shipping Metrics by Week'.'Cost per 1000 Units'[LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: Final Shipping Method]
Please compare the images.