@ISIPARENT

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

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

Syntax

@ISIPARENT (mbrName)

Parameters

mbrName

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

Example

In the Sample Basic database:

@ISIPARENT(Qtr1)

Returns TRUE for Year, Qtr1.

@ISIPARENT(Margin)

Returns FALSE for Measures, Sales.

See Also

@ISPARENT