Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the average demand per month.
Syntax
protected InventQty calcAvgDemandPerMonth([Map _mapDemandPerMonth, InventQty _demandTotal])
Run On
Called
Parameters
- _mapDemandPerMonth
Type: Map Class
A map that contains demand per month; optional.
- _demandTotal
Type: InventQty Extended Data Type
The total demand for the whole period; optional.
Return Value
Type: InventQty Extended Data Type
The average demand per month based on the period.
Remarks
This method calculates the average demand per month. The calculation requires either a map that contains the demand per month, or the total demand for the whole period.