Calculates an entity’s data for the specified Scenario, Year, Period, and Value dimension members.
Syntax
<HFMwCalculate>.ChartLogic bstrScenario, bstrYear, bstrStartPeriod, bstrEndPeriod, bstrEntity, bstrParent, bstrValue, varbForceChartLogic
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 calculation is being executed. Input argument. String subtype. |
bstrEndPeriod | The label of the last Period dimension member in the range of periods for which the calculation 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. |
varbForceChartLogic | Specifies whether to force the calculation if the entity does not require calculation. Specify TRUE to force the calculation, FALSE otherwise. Input argument. Boolean subtype. |