2.3.10 Activity: Create Demand Forecast
I have aplied formulas but results are not correct. Please advice
Here are screenshots
Answers
-
Hi @ademmagatur15 ,
Growth rate is to be applied over and above the baseline forecast, not within that. In other words, if growth rate is 5%, the default forecast should rise up to 105% (that's 5% beyond baseline).
Hope this helps.
Cheers!
0 -
Got it thank you!
0 -
Hello, I HAVE TROUBLE in the formula, can someone help me? Thanks
0 -
hi ademmagatur15
i am stuck at the baseline forecast formula.can you help me?
0 -
IF 'SYS01 Time Settings By Week'.'1st Forecast Year?'THEN 'DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year'ELSE OFFSET(Default Forecast, -52, 0)
0 -
I finally figured out with
2.3.10 Activity: Create Demand Forecast.
I can help.
0 -
This is the correct formula for base line forecast.
IF NOT 'SYS01 Time Settings By Week'.'1st Forecast Year?' THEN LAG(Default Forecast, 52, 0, STRICT) ELSE 'DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year'
0