Hello
I currently have the following problem :
All the modules that constitute my model are run by a dimension "3 year Planning scenarios". This dimension is a list of different planning scenarios, each one has a different year of start as a setting ( initialized in a unique administration module) . What i'd like for my model to have is the ability to add a new planning scenario (let's say for the following year) and initialize this scenario using a different scenario.
So if let's say i have a scenario starting in 2020 and extending on 2020,2021 and 2022. I'd like to make a process that creates a 2021 scenario as a member of the scenarios list, then initializes it on all of my modules by importing data from the 2020 scenario ( Here we would take the data for 2021 and 2022 , leaving 2023 empty )
Is there any way i could realisticly accomplish this ? If so where should i start ?
Thanks a lot in advance