Determines if the current member or a specified member is a child of the specified parent. This function can be used in these types of rules:
HS.<Object>.IsChild("Parent","Element") HS.Node.IsChild("Parent"."Entity"."S#Scenario.Y#Year.P#Period") HS.<Object>.IsChild("Parent","") HS.Custom(Dimension).IsChild("P3000-Phones")
Table 65. Syntax for IsChild Function
Depending on the object selected, the name of a valid member of one of these dimensions: | |
A Boolean expression that is True if the element is a child of the specified parent; False if the element is not a child of the specified parent.
For Node, True if the element is an active child of the specified parent; False if the element is not an active child of the specified parent.
In this example, if Connecticut is a child of EastRegion, then statements between the If...Then and End If lines are executed.