The @ISGEN() function returns TRUE if the current member of the specified dimension is in the specified generation.
@ISGEN(dimName, genName | genNum)
dimName | The name of a dimension. |
genName | genNum | Generation name specification, or a non-negative number that defines the number of a generation. |
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.
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.