@ISSIBLING

Function

The @ISSIBLING() function returns TRUE if the current member is a sibling of the specified member. This function excludes the specified member.

Syntax

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

@ISSIBLING("New York")  TRUE   for Florida, New Hampshire
@ISSIBLING(Sales)       FALSE  for Margin

See Also

@ISISIBLING, which includes the specified member.


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