Returns TRUE if the current member is the parent of the specified member. This function excludes the specified member.
@ISPARENT (mbrName)
mbrName | Any valid single member name or member combination, or a function that returns a single member or member combination. |
In the Sample Basic database:
@ISPARENT("New York")
Returns TRUE for East.
@ISPARENT(Profit)
Returns FALSE for Margin.
@ISIPARENT, which includes the specified member, returning TRUE if the current member is the specified member or the parent of the specified member.
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |