The @REMAINDER() function returns the remainder value of expression.
@REMAINDER (expression)
expression | Single member specification, variable name, or other numeric expression. |
Margin = @REMAINDER("Margin %");
This example produces the following report:
Product Market Margin % Margin Jan Feb Mar Jan Feb Mar === === === === === === Scenario 55.10 55.39 55.27 0.10 0.39 0.27
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.