2.3.10 Activity: Create Demand Forecast
Comments
-
Like where you're going with this. Let's make a small edit to the baseline forecast. You're being asked to provide LY values for the current year and LY+percentage for the future year. We'll need a conditional.
- If you are in the current year THEN use the "Offset Volumes for 1st Forecast Year" from DAT03
- ELSE take the "Default Forecast" from 52 weeks ago. You'll need to use the LAG function.
Your conditional should exit as quickly as possible. Sometimes we use the NOT function to help with that.
Check your work:
Baseline 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 -
How did you know for Initial Demand Forecast to used the Round, Up, and Exact funtions?
Also, why is the Default Forecast line item is used in the Baseline forecast formula?
0 -
2.3.10 Activity: Create Demand Forecast
Can anyone help what's wrong here?
I am trying this formula but not working
Jreddy
0 -
Hi Jreddy,
Could you please double check the name of the line item in DAT03 Historic Volumes? or please share a screenshot of that module. Please refer the attached screenshot of module.(chances of spelling mistakes in the line item name)
Thanks and hope this will help you to resolve your issue.
Tincy
1 -
Hi there I added the above formulas for Growth Rate % however I get the following error message:
Not sure if I have something wrong in my SYS08 SKU Details Module? please help. Thank you
0 -
Hi OPS,
So this came because your SYS08 SKU Details Module does not match the dimension of the values of the item you are trying to map.
Then you have to check your dimensions of the following modules:
Here I am attaching the dimensions and formula which i had used:
- SYS08 SKU Details : P3 Sku
- DEM02 Volume Growth Rates by Week : P1 Product Family
Hope this will help you to resolve your issue.
Thanks
Deepak
1 -
0
-
I used the formula but its showing as….
Lag function can not be used for summary time period.
can you help?
0