@CHILDREN

Function

The @CHILDREN () function returns all children of the specified member, excluding the specified member. This member set function can be used as a parameter of another function, where that parameter is a list of members.

Syntax

@CHILDREN(mbrName)

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

Notes

Example

In the Sample Basic database:

@CHILDREN(Market)  
returns East, West, South, and Central (in that order).
@CHILDREN(Margin)
returns Sales and COGS (in that order).

See Also

@ICHILDREN, which includes the specified member.
@ISCHILD
@ANCESTORS
@DESCENDANTS
@SIBLINGS


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