Rounds the specified field value to Truncate.
Set FieldDigits.
Select the field that you want to truncate. Only numeric fields can be selected.
Enter the number of digits to be truncated. Entering a negative number results in a decimal point.
# Set "-2"
111.119 -> 111.11
# Set "2"
190 -> 100