@ISDESC

Function

The @ISDESC() function returns TRUE if the current member is a descendant of the specified member. This function excludes the specified member.

Syntax

@ISDESC(mbrName)

mbrNameAny valid single member name or member combination, or a function that returns a single member or member combination.

Example

In the Sample Basic database:

@ISDESC(Market)   TRUE    for West, California, Oregon, Washington,
                            Utah, Nevada
@ISDESC(Profit)   FALSE   for Measures, Profit, Profit %

See Also

@ISIDESC, which includes the specified member, returning TRUE if the current member is the specified member or the parent of the specified member.


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.