The @ISCHILD() function returns TRUE if the current member is a child of the specified member. This function excludes the specified member.
@ISCHILD(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:
@ISCHILD(East) TRUE for New York, Florida, Connecticut @ISCHILD(Margin) FALSE for Measures, Profit, Margin
@ISICHILD, which includes the specified member, returning TRUE if the current member is the specified member or the parent of the specified member.
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.