@RSIBLINGS

Function

The @RSIBLINGS() function returns 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 function excludes 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

@RSIBLINGS(mbrName)

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

Notes

Examples

In the Sample Basic database:

@RSIBLINGS(Florida)
returns Connecticut and New Hampshire (in that order). These members appear below Florida in the Sample Basic outline.
@RSIBLINGS(Sales)
returns COGS because this member appears below Sales in the Sample Basic outline.

See Also

@IRSIBLINGS, which includes the specified member.
@LSIBLINGS


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