Skip to Content
0
Former Member
Oct 24, 2012 at 03:21 AM

How the daily requirment calculates on coverage profile setting

30 Views

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.