@ISIDESC
The @ISIDESC calculation function for Essbase returns TRUE if the current member is a descendant (or a match) of the specified member.
Syntax
@ISIDESC (mbrName)
Example
In the Sample Basic database:
@ISIDESC(South)
Returns TRUE for Texas, Oklahoma, Louisiana, New Mexico, South
@ISIDESC(West)
Returns FALSE for Market, East, South, and Central
See Also