Post

2 followers Follow
0
Avatar

Create custom field on $DueDateVariance

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.

 

Yaniv Answered

Please sign in to leave a comment.

1 comment

0
Avatar

That would be:

Abs($DueDateVariance)

The Abs function returns the absolute value of the number, which is always positive.

Josh Santos 0 votes
Comment actions Permalink