Returns the base-10 logarithm of the specified expression.
@LOG10 (expression)
expression | Single member specification, variable name, function, or other numeric
expression. If less than or equal to 0, Analytic Services returns #MISSING . |
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
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |