Hi Community,
I have a scenario where I need to push data from one module to another within Anaplan. Here's the setup:
- The source module contains data at the FY level (i.e., yearly summary), example FY25
- The target module has the same dimensionality but is at a monthly granularity.
- I need to load the FY25 value into specific month of the target module, example December 2025
- This needs to be done via a data import, not a formula, because December 2025 is an input cell.
Has anyone implemented a similar use case?
I'm looking for a more dynamic solution wherein i dont have manually do any settings or inputs at the time of the load, System simply picks the year value and drops them to a specific month (which can be fixed).
Are there any clean or more scalable way to handle this kind of mapping?
Thanks in advance for your help!