That would be:
Abs($DueDateVariance)
The Abs function returns the absolute value of the number, which is always positive.
Comment actions
Hey
I need your help with creating custom field which will indicate that if $DueDateVariance is positive (meaning the task/project are late comparing to the baseline) then I'll get a text value in that field.
What is the correct formula?
Thanks.
Please sign in to leave a comment.
That would be:
Abs($DueDateVariance)
The Abs function returns the absolute value of the number, which is always positive.