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.
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
Electronic reporting (ER) mathematical functions can be used to do many common mathematical calculations. This article provides a summary of these functions.
List of supported functions
| Function | Description |
|---|---|
| Abs | This function returns the absolute value (modulus) of the specified number as a Real value. In other words, it returns the number without its sign. |
| Power | This function returns a Real value that represents the result of raising the specified positive number to the specified power. |
| Round | This function returns the specified number as a Real value after it has been rounded to the specified number of decimal places. |
| RoundDown | This function returns the specified number as a Real value after it has been rounded down to the specified number of decimal places. |
| RoundUp | This function returns the specified number as a Real value after it has been rounded up to the specified number of decimal places. |