Hi Team,
I have one situation, where I am calculating a Line-item in Forecast scenario using Sum of Last 12 months (from the Current Period). Need your inputs to help with the below model design.
Scenario 1:
Current period = Jan 2021
Actual Version = Jan 2020 till Dec 2020
Forecast Version = Jan 2021 till Dec 2021 (i.e. including current period)
Forecast_LI = TIMESUM(ACTUAL_LI, -12,-1) i.e. Sum of Actual Values from Jan-Dec '20 for all periods in Forecast Scenario as the Formula scope is Forecast.
Scenario 2: (when we change Current Period to Feb 2021)
Current period = Feb 2021
Actual Version = Jan 2020 till Jan 2021
Forecast Version = Feb 2021 till Dec 2021 (i.e. including current period)
Forecast_LI = TIMESUM(ACTUAL_LI, -12,-1) i.e. Sum of Actual Values from Feb'20 - Jan '21 for all periods in Forecast Scenario as the Formula scope is Forecast.
But what I want is:
For Jan 2021 Forecast Data it should still be: Sum of Actual - Jan'20 till Dec'20 from Scenario 1.
and Feb 2021 - Dec 2021 (i.e. 2nd Scenario), it will be : Sum of Actual - Feb'20 till Jan'21.
Kindly advise.. Thanks !
@rob_marshall @DavidSmith @Misbah
Regards,
Jagmit