@EXP
The @EXP calculation function for Essbase returns the exponent of a numeric expression; that is, the value of e (the base of natural logarithms) raised to the power of the specified expression.
Syntax
@EXP (expression)
Parameters
Example
The following example is based on a variation of Sample Basic:
Index = @EXP("Variance %"/100);
This example produces the following result:
East West South Central
Variance % 10.7 10.9 3.6 3.6
Index 1.11293 1.11516 1.03666 1.03666
See Also