Allocates an entity’s data for the specified Scenario, Year, Period, and Value dimension members.
Syntax
<HFMwCalculate>.Allocate bstrScenario, bstrYear, bstrStartPeriod, bstrEndPeriod, bstrEntity, bstrParent, bstrValue
Argument | Description |
---|
bstrScenario | The label of the Scenario dimension member. Input argument. String subtype. |
bstrYear | The label of the Year dimension member. Input argument. String subtype. |
bstrStartPeriod | The label of the first Period dimension member in the range of periods for which the allocation is being executed. Input argument. String subtype. |
bstrEndPeriod | The label of the last Period dimension member in the range of periods for which the allocation is being executed. Input argument. String subtype. |
bstrEntity | The label of the child Entity dimension member. Input argument. String subtype. |
bstrParent | The label of the bstrEntity argument’s parent. Input argument. String subtype. |
bstrValue | The label of the Value dimension member. Input argument. String subtype. |