3.3.7.2 Add DCA to INV01 Inventory Ordering
Hello,
Can you anyone help me on this issue? some how in Shipping cost, I get output like 0.2949 and that doesn't match with check work.
Please find the attachments; Check Work, Data in Shipping in Cost, and Formula.
Thank you.
Comments
-
Super close. Don't forget you need to divide your Final Shipping Amount by 1000 since that number from TRA01 is Cost per thousand. Here's one way you can create the formula.
Final Shipment Amount / 1000 * 'TRA01 Shipping Metrics by Week'.'Cost per 1000 Units'[LOOKUP: Shipping Method, LOOKUP: 'SYS08 SKU Details'.Product]
Also make sure your TRA01 values are correct from DATA02. You should be grabbing the values from DAT02.
1 -
@JaredDolich I made a terrible mistake, I put that formula in Final Shipment Amount instead of Shipping Cost. Can you please help me to fix for Final shippment amount as well.
">😐
Thank you.
0 -
Final Shipping Amount = IF NOT Override Shipping Method? OR ISBLANK(Override Method) THEN Shipping Method ELSE Override Method
0 -
@JaredDolich I am sorry it was Final Shipping Cost where I put wrong formula. Please don't mind if you can help me on Final Shipping cost.
0 -
Yep, send me what you have and I'll point you in the right direction.
0 -
0
-
Looks good! If you're still getting the wrong value then we need to go upstream to find out the issue but your formula looks right. Check TRA01 and by extension, DAT02. Make sure you're using the YEARVALUE.
0 -
@JaredDolich I tried the Formula which you mentioned to apply in Shipping Time Week
YEARVALUE('DAT02 Shipping Metrics'.'Shipping Time (Weeks)') and I got an error.Please find the attachment.0 -
0
-
@JaredDolich Yes, its same. Earlier I was using this formula 'TRA01 Shipping Metrics by Week'.'Shipping Time (Week)'[LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: Shipping Method] for shipping time week
0 -
I think we might be confusing each other. That formula is for TRA01.
Shipping Time (week) = YEARVALUE('DAT02 Shipping Metrics'.'Shipping Time (Weeks)')
DAT02 looks good!
0 -
@JaredDolich Then Why I am getting output in after decimals like 0.2949.🤔 My most whole went in it to figure out.
0 -
INV01 is without a doubt the most difficult module you will ever build in any of the certifications, so hang in there. You'll get this. And, to be honest, this type of debugging is pretty typical in real life. Let's just start at the beginning of this conversation. We need to work the formulas backwards, step by step, to find out where things are going wrong.
- We know INV01 formula is correct so we have to go look at each of the components of the formula
- Final Shipping amount (which is in INV01). Your number looks good there. Check.
- Cost per 1000 Units (That's in TRA01). Check that out. For Road and Nutzo bar that should be 65. Is that what yours is?
- Off to Cost per 1000 Units in DAT02. For Road, FY20, Nutzo Bar the value should be 65. What does yours say?
Somewhere in this line we have a difference. See if any of these suggestions help. We'll get this!
0 - We know INV01 formula is correct so we have to go look at each of the components of the formula
-
@JaredDolich Hi Checked out both TRA01 and Data02 Shipping Metrics, They have discrepancies. Can you please tell which source I should use to pull the correct data.
Thanks.
0 -
@JaredDolich I just Imported data again in Data02 Shipping Metrics from Data Hub same Module and it pulled nicely just couple of dollors off and I think that's fine but my shipping cost still off.
0