Rounds the specified field value to Round.
Set FieldDigits.
Select the field to round. Only numeric fields can be selected.
Enter the number of digits to round. Entering a negative number results in a decimal point.
# Set "-2"
111.114 -> 111.11
111.115 -> 111.12
# Set "2"
140 -> 100
150 -> 200