@LSIBLINGS

Function

The @LSIBLINGS() function returns the left siblings of the specified member. Left siblings are children that share the same parent as the member and that precede 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

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

@LSIBLINGS(Qtr4)        
returns Qtr3, Qtr2, and Qtr1 (in that order). These members appear above Qtr4 in the Sample Basic outline.
@LSIBLINGS(Utah)
returns Washington, Oregon, and California (in that order). These members appear above Utah in the Sample Basic outline.

See Also

@ILSIBLINGS, which includes the specified member.
@RSIBLINGS


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