@ISSAMEGEN
The @ISSAMEGEN calculation function for Essbase returns TRUE if the current member being calculated is in the same generation as a specified member.
Syntax
@ISSAMEGEN (mbrName)
Example
In the Sample Basic database:
@ISSAMEGEN(West)
Returns TRUE for East.
@ISSAMEGEN(West)
Returns FALSE for California.
See Also