Returns the base-10 logarithm of the specified expression.
Syntax
@LOG10 (expression)
Parameter | Description |
---|---|
expression | Single member specification, variable name, function, or other numeric expression. If less than or equal to 0, Essbase returns #MISSING. |
Example
The following example is based on a variation of Sample Basic:
LOG10_Sales = @LOG10(Sales);
This example produces the following result:
Product Actual East West South Central Sales 87398 132931 50846 129680 LOG10_Sales 4.94150 5.12363 4.70626 5.11287
See Also
- @LOG
- @LN