IsSibling (MDX)

Returns whether a specified member is a sibling of another specified member.

Syntax

IsSibling(Member_Expression1, Member_Expression2) 

Arguments

  • Member_Expression1
    A valid Multidimensional Expressions (MDX) expression that returns a member.

  • Member_Expression2
    A valid Multidimensional Expressions (MDX) expression that returns a member.

Remarks

The IsSibling function returns true if the first specified member is a sibling of the second specified member. Otherwise, the function returns false.

Example

The following example returns TRUE if [Time].[Fiscal].[1995] is a sibling of [Time].]Fiscal].[1997]:

IsSibling([Time].[Fiscal].[1995], [Time].[1997])

See Also

Reference