A
anovak
I cannot figure out why this will not import to an enterprise field.
Please help. I get the error message stating that either it
references local fields, the syntax is wrong (which I don't think it
is), or the formula references an unknown function.
IIf([Baseline Finish]=ProjDateValue("NA"),"No
baseline",IIf(ProjDateDiff([Baseline Finish],[Finish])/480>5,"Late by
more than 5 days",IIf(ProjDateDiff([Baseline Finish],[Finish])/
480>0,"Late",IIf(ProjDateDiff([Baseline Finish],[Finish])/480=0,"On
schedule",IIf(ProjDateDiff([Baseline Finish],[Finish])/480<0,"Ahead of
schedule")))))
It works fine within the opened project plan (local) inside the client
(I do not have enterprise global open)
Am I missing some step?
Thanks,
Andy Novak
Please help. I get the error message stating that either it
references local fields, the syntax is wrong (which I don't think it
is), or the formula references an unknown function.
IIf([Baseline Finish]=ProjDateValue("NA"),"No
baseline",IIf(ProjDateDiff([Baseline Finish],[Finish])/480>5,"Late by
more than 5 days",IIf(ProjDateDiff([Baseline Finish],[Finish])/
480>0,"Late",IIf(ProjDateDiff([Baseline Finish],[Finish])/480=0,"On
schedule",IIf(ProjDateDiff([Baseline Finish],[Finish])/480<0,"Ahead of
schedule")))))
It works fine within the opened project plan (local) inside the client
(I do not have enterprise global open)
Am I missing some step?
Thanks,
Andy Novak