@ISPARENT

The @ISPARENT calculation function for Essbase returns TRUE if the current member is the parent of the specified member.

This function excludes the specified member.

Syntax

@ISPARENT (mbrName)

Parameters

mbrName

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

Example

In the Sample Basic database:

@ISPARENT("New York")

Returns TRUE for East.

@ISPARENT(Profit)

Returns FALSE for Margin.

See Also

@ISIPARENT