P
PeteK
[Project Server 2007]
Has anyone experienced trouble with the No Baseline indicator "?" not
showing up on un-baselined projects. Once I baseline a project I can see the
indicator for 1_, 2_ or 3_ but not 4_.
Thanks,
PeteK
I'm using the following formula which is used in the MS demo for Project
Server 2007:
Schedule status =
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")))
and then Project Schedule status = [schedule status]
Has anyone experienced trouble with the No Baseline indicator "?" not
showing up on un-baselined projects. Once I baseline a project I can see the
indicator for 1_, 2_ or 3_ but not 4_.
Thanks,
PeteK
I'm using the following formula which is used in the MS demo for Project
Server 2007:
Schedule status =
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")))
and then Project Schedule status = [schedule status]