3.3.7.2 Add DCA to INV01 Inventory Ordering
Hi, I am encoutering several issues with this module compared to the screenshot i have from the training!
Fisrtly, the fisrt value for week, the suggested Order Amount for the Month does not appear!
Additionally, the shipping costs values, Final Shipping time weeks, Final Shipping costs Shipping Cost Varianvce are different!
Any help ? thank you!
Best Answer
-
Hi @Yosr
I can see that you have made an error in your Final Shipping Costs formula you have referred
Shipping Time (Weeks) instead of Cost per 1000 Units. The correct formula would be
'TRA01 Shipping Metrics by Week'.'Cost per 1000 Units'[LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: Final Shipping Method] * Final Shipment Amount / 1000
Hope this helps!
1
Answers
-
Thank you for answering! For DCA it works perfectly, yes, thank you for your help.
This is my formula :
Final Shipping Costs : Final Shipment Amount / 1000 * 'TRA01 Shipping Metrics by Week'.'Shipping Time (Weeks)'[LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: Final Shipping Method]
Shipping Cost Variance :
IF
NOT Override Shipping Method?
THEN
0
ELSE
Shipping Costs - Final Shipping Costs0 -
Hi !
Thank you for answering! that was very helpful, it works!
0