Consol1, Consol2, Consol3
Gets the value in Consol1, Consol2, or Consol3 account for the specified parent.entity node. This function can be used in these types of rules:
-
Calculation
-
Allocation
Syntax
Combination of scenario, year, period, and parent.entity members.
HS.Node.Consoln ("S#Scenario.Y#Year.P#Period.E#Parent.Entity")HS.Node.Consoln ("")Note:
Use a blank string ("") to apply this function to the current scenario, year, period, and entity.
Table 12-13 Syntax for Consol1, Consol2, Consol3 Functions
| Parameter | Description |
|---|---|
|
Scenario |
Name of a valid Scenario member. |
|
Year |
A valid year. |
|
Period |
A valid period. |
|
Parent.Entity |
Name of a valid Parent.Entity node. |
Return Value
The value in the Consol1, Consol2, or Consol3 system account.
Example
This example gets the Consol1 value for the Group1.Ent1 node in the actual scenario.
dVar1 = HS.Node.Consol1 ("S#Actual.E#Group1.Ent1")