@ISGEN

Function

The @ISGEN() function returns TRUE if the current member of the specified dimension is in the specified generation.

Syntax

@ISGEN(dimName, genName | genNum)

dimNameThe name of a dimension.
genName | genNumGeneration name specification, or a non-negative number that defines the number of a generation.

Example

In the Sample Basic database:

@ISGEN(Measures,3)  
returns TRUE if the current member is Margin, Total Inventory, or Margin %, because these members are all in generation 3 of the Measures dimension.

@ISGEN(Market,2)
returns FALSE if the current member is New York or Market, because these members are not in generation 2 of the Market dimension.

See Also

@ISSAMEGEN
@ISLEV


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