@IRSIBLINGS

Function

The @IRSIBLINGS() function returns the specified member and all of the right siblings of the specified member. Right siblings are children that share the same parent as the member and that follow the member in the database outline.

This member set function can be used as a parameter of another function, where that parameter is a list of members.

Syntax

@IRSIBLINGS(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:

@IRSIBLINGS(Florida)    
returns Florida, Connecticut, and New Hampshire (in that order). Connecticut and New Hampshire appear below Florida in the Sample Basic outline.
@IRSIBLINGS(Qtr3)
returns Qtr3 and Qtr4 (in that order). Qtr4 appears below Qtr3 in the Sample Basic outline.

See Also

@RSIBLINGS, which excludes mbrName from the list.


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