@MBRPARENT
The @MBRPARENT calculation function for Essbase returns the parent of the specified member. This function can be used on unique and duplicate-name outlines.
Syntax
@MBRPARENT (mbrName)
Example
For the following examples, assume the following outline hierarchy exists:

@MBRPARENT("Salem")
returns
Massachusetts
.
FIX(Actual, Jan, "100-10")
Sales (
IF (@ISLEV("Market", 0))
@MBRPARENT(@CURRMBR("Market")) / @COUNT(SKIPNONE,@CHILDREN(@MBRPARENT(@CURRMBR("Market"))));
ENDIF
)
ENDFIX
The calculation script distributes the value of Massachusetts equally among Springfield, Salem, and Boston.