Absolute Value Created September 28, 2016 Author Ward Systems Group Support Category Indicators Abbreviation: AbsCategory: Arithmetic Input Parameters: Name Range Default Operand Calculation: if (Operand >= 0) then Operand else -(Operand) Was this article helpful? Yes No