@ISICHILD

Function

The @ISICHILD() function returns TRUE if the current member is the specified member or a child of the specified member.

Syntax

@ISICHILD(mbrName)

mbrNameAny valid single member name or member combination, or a function that returns a single member or member combination.

Example

In the Sample Basic database:

@ISICHILD(South)   TRUE   for Texas, Oklahoma, Louisiana,
                            New Mexico, South
@ISICHILD(Profit)  FALSE  for Measures, Sales

See Also

@ISCHILD, which excludes the specified member.


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.