Abs Function
Abs (number as Numeric) as Numeric
Category: | Math |
Description: | Returns the absolute value of a number |
Supported Context: | FormulaField And BusinessRules |
Parameters: | |
number as Numeric | Positive or negative numeric value or reference to a numeric field |
Returned value as Numeric | Returns a numeric value equal to the absolute value of the number entered in the "number" parameter |
Example #1 |
Define a numeric custom field on a work item and set it's default value to Abs($BaselineWorkVariance/$WorkVariance) |
Tips |
|
Additional Links |