DOwn
Gets the percentage of direct ownership for the specified parent.entity node. This function can be used in these types of rules:
-
Calculation
-
Translation
-
Consolidation
-
Allocation
Syntax
Combination of scenario, year, period, and parent.entity members.
HS.Node.DOwn("S#Scenario.Y#Year.P#Period.E#Parent.Entity")HS.Node.DOwn("")Note:
Use a blank string ("") to apply this function to the current node.
Table 12-18 Syntax for DOwn Function
| 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
A number that is a percentage of direct ownership.
Example
dVar1 = HS.Node.DOwn("S#Actual.Y#2014.P#Q1.E#Group1.Ent1")