Returns TRUE if the current member is the same generation as the specified member.
Syntax
@ISSAMEGEN (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:
@ISSAMEGEN(West)
Returns TRUE for East.
@ISSAMEGEN(West)
Returns FALSE for California.
See Also