Determines if the current member or a specified member is a base member of the application or of the specified parent. This function can be used in these types of rules:
HS.<Object>.IsBase("Parent","Element") HS.Node.IsBase("Parent"."Entity"."S#Scenario.Y#Year.P#Period") HS.<Object>.IsBase("","") HS.Custom(Dimension).IsBase(Member)
Table 64. Syntax for IsBase 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 base member below the specified parent or, when no parent is specified, is a base member in the application. False if the element is not a base member.
For Node, True if the element is an active base entity below the parent in the specified point of view. False if the element is not an active base entity.
In this example, if Connecticut is a base entity under EastRegion, then statements between the If...Then and End If lines are executed.