D
dleonard
I am trying to create and Enterprise Custom field with graphical indicators
with the following formula:
IIf(ProjDateValue([Baseline Finish])=4294967295,"4_No
Baseline",IIf(DateDiff("d",[Baseline Finish],[Finish])>10,"1_10+ Days
Late",IIf(DateDiff("d",[Baseline Finish],[Finish])>=1 And
DateDiff("d",[Baseline Finish],[Finish])<=10,"2_1 to 10 Days Late","3_On
Schedule")))
I want to create it at the project level so that I can show the indicator in
Project Centre Summary view for each project. I can create the field but it
retruns a blank and when I examine the tooltip it shows ERROR#. What am I
doing wrong?
Regards
Dan
with the following formula:
IIf(ProjDateValue([Baseline Finish])=4294967295,"4_No
Baseline",IIf(DateDiff("d",[Baseline Finish],[Finish])>10,"1_10+ Days
Late",IIf(DateDiff("d",[Baseline Finish],[Finish])>=1 And
DateDiff("d",[Baseline Finish],[Finish])<=10,"2_1 to 10 Days Late","3_On
Schedule")))
I want to create it at the project level so that I can show the indicator in
Project Centre Summary view for each project. I can create the field but it
retruns a blank and when I examine the tooltip it shows ERROR#. What am I
doing wrong?
Regards
Dan