Round
Description
Rounds a number to the nearest integer.
Calculation Editor
Options
Input Parameter Values |
Input Values |
Digits |
Literal Whole Number (Required) |
Divisor |
Column or Literal (Required) |
Midpoint Option |
Round Up or To the nearest even (Banker's rounding) |
Only Rollup If |
Generic Criteria |
Input |
Input Values |
Required |
Input 1 |
Column or Literal |
✔ |
- Default behavior is no decimal places (Digits), divisor of 1 and midpoint option of Round Up.
- Divisor: This will divide your value by whatever number the divisor states (default is 1)
- "To the nearest even" is only related to numbers that have .5, otherwise, rounding will work as usual.
Examples
Example 1
- Input: 3.49
- Quick Calculations > Math > Round
- Default Selections: Round Up
- Output: 3
Example 2
- Input: 3.50
- Quick Calculations > Math > Round
- Default Selections: Round Up
- Output: 4
Example 3
- Input: 2.50
- Quick Calculations > Math > Round
- Change Rounding Behavior: To the nearest even (Banker's Rounding)
- Output: 2
Example 4
- Input: Input 1 Column (3.51)
- Quick Calculations > Math > Round
- Default Selections: Round Up
- Output: 4