Hi team, I need assistance with pulling values from one module to another. As you can see, some of those fields are related (in the same color) so all I need is to pull the Opp # from Module 2 into Module 1:
Thanks a lot in advance.
In Module 1 apply this formula to check that it's working:
'Module 2'.'OPP #'[SUM: 'Module 2'.'Account ID', SUM: 'Module 2'.'Close Date', LOOKUP: 'Module 2'.'Close Date'
The combination of SUM and LOOKUP is never recommended as it affects model performance. So if the above works, as a next step, create a new line item dimensioned by Day and Account ID and in that line apply:
'Module 2'.'OPP #'[SUM: 'Module 2'.'Account ID', SUM: 'Module 2'.'Close Date']
And then in Module 1 apply:
New Line Item[LOOKUP: 'Module 1'.Close Date]
@sansergi
In Module 1 create an Oppcode list formatted line item, and do a lookup with that line item.
For your reference,"'Module2'.Opp#[LOOKUP: Oppcodelist]"
Hope it works
Hello @Shiva Honnalli , What if Module 2 is a transactional data and has multiple occurrences of Account
In that case, LOOKUP will not provide required result but SUM does.
Thanks,
Vamsi
Hi @Vamsi_Kaki
Totally agree with you.
Shiva
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…