@ISIPARENT
The @ISIPARENT calculation function for Essbasereturns TRUE if the current member is the parent (or a match) of the specified member.
Syntax
@ISIPARENT (mbrName)
Example
In the Sample Basic database:
@ISIPARENT(Qtr1)
Returns TRUE for Year, Qtr1.
@ISIPARENT(Margin)
Returns FALSE for Measures, Sales.
See Also