L2 Sprint 3 - 3.3.6
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.
Best Answer
-
Hello @syedmohdashhar ,
I believe the IF statement in Final Shipment Amount should be "IF NOT Override Suggested Order Amount?"
Please let me know if that works.
Cheers!
Kind regards,
Bruno Rodriguez
1
Answers
-
Hello @brunorodriguez
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
The statement is already mentioned there.
0 -
Yes! Thanks! Now I got your point. It's just: IF NOT Override Suggested Order Amount? THEN Suggested Order Amount for the Month ELSE Override Amount
1 -
Please give the formula for begining inventory in l2 sprint 3
0