LEVEL 2 - Sprint 3 Shipping Time Weeks INV01
I am currently on sprint 3. Even though I have almost figured out every formula in INV 01. I am not able to get the formula for pulling data for shipping times weeks. I am currently using the formula:
'TRA01 Shipping Metrics by Week'.'Shipping Time (Weeks)'[LOOKUP: 'SYS08 SKU Details'.Product]
The value is 0 for each column. Can you please help me out with this formula
Comments
-
Hi @Parth1106,
I would suggest following approach, first compare dimensions between two modules
TRA01 Shipping Metrics by Week: Time, P2 Products, Shipping Methods
INV01 Inventory Ordering: Time, P3 SKU
Both modules are on weekly level, therefore that goes directly.
You correctly used LOOKUP: 'SYS08 SKU Details'.Product to go from P3 SKU to P2 Products.
However you are still missing something, try to compare modules and figure out what is missing in your formula.
Let me know if you have additional questions, I will try to help!
3 -
HI @filip.sypniewski, I do understand that I am missing the reference to the shipping method in my module. I earlier used the following formula:
'TRA01 Shipping Metrics by Week'.'Shipping Time (Weeks)' [LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: 'SYS07 Distribution Center Details'.Default Shipping]
But on using this I am getting the following error:
Dimension of mapping used for lookup doesn't match any dimension of the result.
I have tried with every possible module in the lookup function still I am not able to map the shipping modules in this formula.
Thabks
0 -
Hi @Parth1106,
you are correct that you also need to include Shipping Method dimension in your Lookup.
So you need to match your INV01 module with TRA01 module which contains this dimension.
Hint: review your INV01 module. Did you already establish your Shipping Method for each SKU?
Let me know if you managed!
8 -
Thanks @filip.sypniewski I got it. Thanks a lot for your help
0 -
Hi @Parth1106, I am stuck at the same point. Could you pls help.
0 -
Hi @Parth1106 its resolved now. Thanks a lot for your response.0
-
Hi there,
I am having the same issues right now along with a few other formulas for this portion of the certification. Any help would be great!
0 -
Hi I have tried the same exact formula and gotten the same error message: "Dimension of mapping used for lookup doesn't match any dimension of the result"
Any updates on how to do this? Its the last formula I need for this activity
1 -
Hi!
So i used 'DAT02 Shipping Metrics'.'Shipping Time (Weeks)'[LOOKUP: 'SYS08 SKU Details'.Product, LOOKUP: Shipping Method] formula for the Shipping time weeks line item, Though the formula is accepted, the line item is populated as zero across the board.. Could you please help me with this?
Thanks
Tulsi
0 -
HINT, you have the Shipping Method in the same model. I was also struggling with that. You can refer to the example in EXAMPLE of LOOKUP in the
0 -
@TulasiNayak
I faced difficulty in getting the values for Shipping Time Weeks line item using the same formula but I figured it out myself (by revising/trying the activities back and fourth) why the values not populated.
In my case the values from the line items of TRA01 Shipping Metrics by Week module were not populated already (may be bcz I didn't find any activity to populate the values for this). After using YEARVALUE function I was able to get the values in it's line items [Shipping Time (Weeks), Cost per 1000 Units] on weekly time scale.
And then formula that was already accepted (but values were 0) for Shipping Time Weeks populated with the values.
So if anyone face same issue, make sure to do the above as well. Feel free to ask me if any doubt on my explanation above.
Thanks1