Analysis Services
IsSibling
Returns TRUE if a specified member is a sibling of another specified member, FALSE otherwise.
Syntax
IsSibling(«Member1»,«Member2»)
Remarks
This function returns TRUE if the member indicated in «Member 1» is a sibling of the member specified in «Member 2».
Example
The following example returns TRUE if [Time].[1995] is a sibling of [Time].[1997]:
IsSibling([Time].[1995], [Time].[1997])