Hi,
Need help with Formula. I have the following below. Please advice.
'INV01 Inventory Ordering'.Beginning Inventory[LOOKUP:'SYS07 Distribution Center Details'.Region]
Thank you
Hey There --
Is there a time dimension to this module? Do you need to also sum up items by region or lookup? Could you post a screenshot of the formula/module?
Hey @neg177
I’m glad you arrived at the right solution. That is always my goal, to help you understand the issue better so you can resolve it yourself. If you still have any questions about a concept or a function, let us know.
also, please mark any response that helped you better arrive at the answer as an "Accepted Solution" so others have an easier time when seeking help through the threads.
I assume you are working on Level 2 training. it would be helpful if you provide some context. This way we can help you faster.
now, you are trying to calculate the Beginning inventory Line Item in the INV01 module or another module? I assume another module, in this case you have to look at your target module -where you are writing the formula- and compare the dimensions to that of the source module -INV01.if I remember correctly, you need to “sum up” the Inventory from the INV01.Reviewing the dimensions will help you.
I believe I figured it out. I used the formula below. Please let me know if I'm correct.
'INV01 Inventory Ordering'.Beginning Inventory[SUM: 'SYS08 SKU Details'.Distribution Center]
great thank you so much, will do.
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
I have this template to import back to my module By right it should match the module because the time format is the same as the module the only difference is that in the excel file there is a seperator. M-Y. Thus logically to me it should be But when i run the action using M-Y and match names both result in an import error…
Hi everyone, I was trying to Retrieve a Line Item (Boolean) using TIMESUM as formula to another module by using ANY. This Boolean LI has A,B,C as dimensions. My target module has only A as dimension. In order to use a reference module for mapping, does this reference module had to have A,B and C as dimension or just A…