Dear All,
Period = M (Month)
Configured number of periods = 2
Type of per.length = 3
No. of Days per Period = 30.
Currently, we got the current month's daily requirement = (demand of current period+ next period)/(2 periods * 30 days).
Is it possible that the current month's daily requirement = (demand of next period + demand of third period)/(2 period* 30 days).
For example,
First period demand = 100;
Second period demand = 200;
Third period demand = 300;
Then the first period daily requirement should be = (200+300)/2*30 = 8.33.
How to setup this configuration?
Thanks.