I have a Report module that uses native versions (Actual & Budget). I need to pull data from two separate source modules:
- One module contains Actuals data (not versioned).
- Another module contains Budget data (also not versioned).
Since the source modules do not have versions, how can I pull their data into my versioned Report module such that:
- When the native version is "Actual", it pulls data from the Actuals module.
- When the native version is "Budget", it pulls data from the Budget module.
This is my first time using versions in Anaplan, and I'm a bit lost.