Returns TRUE if the current member is a child of the specified member. This function excludes the specified member.
Syntax
@ISCHILD (mbrName)| Parameter | Description |
|---|---|
mbrName | Any valid single member name or member combination, or a function that returns a single member or member combination. |
Example
In the Sample Basic database:
@ISCHILD(East)
Returns TRUE for New York, Florida, Connecticut
@ISCHILD(Margin)
Returns FALSE for Measures, Profit, Margin
See Also