M
M Colodzin
Hi,
I'm trying to create a forumla to calculate the elapsed duration since the
start of a task.
I've created the following formula in an Enterprise Duration custom field
which is intended to produce a duration of "0" when tasks are not baselined.
It works correctly for tasks which have Basline Start, but produces an error
when tasks are not baselined (i.e. Baseline Start = "NA"):
IIf([Baseline Start]="NA",0,ProjDateDiff([Baseline Start],[Current Date]))
I've tried using the ProjectDateVaue calcuation as follows but still get the
same result:
IIf(ProjDateValue([Baseline Start])="NA",0,ProjDateDiff([Baseline
Start],[Current Date]))
Any ideas?
I'm trying to create a forumla to calculate the elapsed duration since the
start of a task.
I've created the following formula in an Enterprise Duration custom field
which is intended to produce a duration of "0" when tasks are not baselined.
It works correctly for tasks which have Basline Start, but produces an error
when tasks are not baselined (i.e. Baseline Start = "NA"):
IIf([Baseline Start]="NA",0,ProjDateDiff([Baseline Start],[Current Date]))
I've tried using the ProjectDateVaue calcuation as follows but still get the
same result:
IIf(ProjDateValue([Baseline Start])="NA",0,ProjDateDiff([Baseline
Start],[Current Date]))
Any ideas?