Returns TRUE if the current member is the specified member or the parent of the specified member.
Syntax
@ISIPARENT (mbrName)| Parameter | Description |
|---|---|
mbrName | Any valid single member name or member combination, or a function that returns a single member or member combination. |
Example
In the Sample Basic database:
@ISIPARENT(Qtr1)
Returns TRUE for Year, Qtr1.
@ISIPARENT(Margin)
Returns FALSE for Measures, Sales.
See Also