@ISICHILD
The @ISICHILD calculation function for Essbase returns TRUE if the current member is a child (or a match) of the specified member.
Syntax
@ISICHILD (mbrName)
Example
In the Sample Basic database:
@ISICHILD(South)
Returns TRUE for Texas, Oklahoma, Louisiana, New Mexico, South
@ISICHILD(Profit)
Returns FALSE for Measures, Sales
See Also