I have a module dimensioned by 4 flat lists. A line item in this module creates a key using 3 of these flat lists.
I have another module dimensioned by the key and the 4th flat list. How can I map data from first module to the second module?
You need to use the lookup function.
Module 2:
Dimensions: Combined Key, 4th dimension
Breakdown Combined Key to it's 1st, 2nd and 3rd dimensions
Then do a lookup
Module 1.LineItemX[Lookup: 1stKey, Lookup: 2ndKey, Lookup: 3rdKey]
Hello Anaplanners, I'm looking for advice on the best modeling approach for a DCA use case. Scenario I have an input module called "CC-Account Activation". It is dimensioned by: Cost Center (CC) Account Users can select an Activate? boolean to indicate that a Cost Center / Account combination should be activated. I have a…
Does anyone also get this error when opening the Forms in Anaplan FCR? I am downloading Investment Registry from the app but I cannot open it in Anaplan XL. How did you fix this issue?
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…