abs
The abs function returns the absolute value of the input number.
Usage
abs(field)Example:
eval abs_duration = abs(duration)This creates a new field abs_duration with the absolute value of duration.
The abs function returns the absolute value of the input number.
abs(field)Example:
eval abs_duration = abs(duration)This creates a new field abs_duration with the absolute value of duration.