Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Help Text: Specify expression for calculating column.
Style: ComboBox
Values
| Name | Value | Description |
|---|---|---|
| AminusB | 0 | #1 - #2 |
| AplusB | 1 | #1 + #2 |
| AsumB | 2 | #1 + .. + #2 |
| ATimesB | 3 | #1 * #2 |
| ADividedByB | 4 | #1 / #2 |
| ADividedByBpct | 5 | #1 / #2 % |
| ApctOfB | 6 | (#1-#2)/#2 % |
| BpctOfA | 7 | (#1-#2)/#1 % |