@ISGEN
The @ISGEN calculation function for Essbase returns TRUE if the current member of the given dimension is in a specified generation.
Syntax
@ISGEN (dimName, genName | genNum)
Parameters
Example
In the Sample Basic cube:
@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