Mod 1 - System Module
Line item (Subsidary view) applies to Time(Year)
Mod 2 - Reporting Module (Timeless)
How to refer Mod 1 line item in Mod 2?
Hi @Dev_08,
I just wanted to add some screenshots to @Tiffany.Rice 's excellent answer with some visuals that might help beginners visiting this thread later.
Here are some examples of different ways to use TIMESUM and LOOKUP.
For TIMESUM, there are different summary methods you can use and it also works with non-number formatted line items.
I hope this helps others who have similar questions.
Seyma Tas🌷🙂
Hello,
The answer will depend on the data and outcome that you seek.
If the reporting module (Mod 2) is presenting values in aggregate across all or multiple time periods, than the function that will best serve you is https://help.anaplan.com/timesum-45c3bc48-4d80-490d-9b18-76af505c6907 . This is a really handy function to move from time dimensioned data to summary totals.
If you seek to present a value from a specific time period within the reporting module (Mod 2), than a https://help.anaplan.com/lookup-f8baa402-606d-4764-a349-d8003fa383be function may be your best option. To leverage this function, you may also need a system module with a flat line item (no dimensions) which houses the the time period to be displayed. This will be used as the mapping condition in your lookup.
Hope this help to determine the approach that will work best for you!
Thanks for your comments, really helped me a lot😀
Hi all, I am importing a flat file into ADO. However the flat file does not have a unique identifier. I would like to use the row count as the "ID" Is there a way to create this ADO? Basically how would I do row_number() in SQL?
Good morning everyone. I need to build a module export with some specific requirements: users can select a currency type (USD/Local), Salary Type (1 or 2), Nomina Type (1 or 2), and Version (Forecast, TS, Plan). Currently, each of these filters is driven by an independent system module published in the NUX, each…
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…