Input

Enables data input into <Entity Currency> of parent entities for data-points that can entered to at a base entity level. This does not include data-points flagged as IsCalculated and data-points set as NoInput. Only the entity currency Value dimension is supported. When you use this function, the value at the Parent Entity level is not equal to the sum of its children’s contributions.

Because this function enables input at the Parent entity level, the children contributions do not roll up to the Parent entity’s entity currency Value dimension. However, the parent-child contribution value is stored, and you can still post journals to the Contribution Adjustments Value dimension. This function can be used in Input rules.

Caution:

For accounts where you allow input at the parent entity level, it is important to remember that the value at the Parent entity’s entity currency Value member will not be equal to the sum of all the children’s contributions.

Syntax

HS.Input"POVExpression"

where POVExpression is a point of view.

Return Value

None.

Example

This example enables input into the cells that intersect the Sales account and the Budget scenario:

Sub Input
  HS.Input"A#Sales.S#Budget"
End Sub