@ISICHILD

The @ISICHILD calculation function for Essbase tests whether the current member is a child (or a match) of the specified member.

This function returns TRUE if the current member being calculated is the specified member or a child of the specified member.

Syntax

@ISICHILD (mbrName)

Parameters

mbrName

Any valid single member name, or a function that returns a single member.

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

@ISCHILD