Abs
Last updated
Was this helpful?
Last updated
Was this helpful?
The Abs function returns the absolute, non-negative value of a number.
Abs(number)
Function argument:
number (required) - The number or column of numbers that is being evaluated.
A Distance Covered column that contains negative values can be corrected to hold only positive values.
Abs([Distance Covered])
With the Abs function, all the values in the Distance Covered column are converted to positive values.