LEVEL 2 - Sprint 3 Shipping Time Weeks INV01

Options
Parth1106
Parth1106 Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 Occasional Contributor

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

  • Parth1106
    Parth1106 Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 Occasional Contributor

    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

  • Parth1106
    Parth1106 Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 Occasional Contributor

    Thanks @filip.sypniewski  I got it. Thanks a lot for your help

  • yagupta
    yagupta Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 New Contributor

    Hi @Parth1106, I am stuck at the same point. Could you pls help.

     

  • Parth1106
    Parth1106 Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 Occasional Contributor

    Hi @yagupta ,

     

    Can you please specify at which point you are stuck.

  • yagupta
    yagupta Member, ALL USERS, Partner, Community Member, Certified Model Builder Posts: 5 New Contributor
    Hi @Parth1106 its resolved now. Thanks a lot for your response.
  • ifeldman
    ifeldman Member, ALL USERS, Partner, Certified Model Builder Posts: 5 Occasional Contributor

    @Parth1106 

     

    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 

  • sjmontero
    sjmontero Member, ALL USERS Posts: 2 New Contributor

    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 

     
  • mohdtazeem
    mohdtazeem Member, ALL USERS, Community Member Posts: 4 Occasional Contributor

    @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.

    Thanks