C
Charles L. Simpson
We are using the following formula to indicate a Project Status indicator on
PWA:
IIf([% Complete]=100,"Project Complete",IIf([Enterprise Project Text4]="On
Hold","Project is on Hold",IIf([Enterprise Project Text4]="Backlog","Project
is Backlogged",IIf(DateDiff("d",[Finish],[Baseline Finish])<=-7,"Project is
over 7 days Late",IIf(DateDiff("d",[Finish],[Baseline Finish])<0,"Project is
Late",IIf(DateDiff("d",[Finish],[Baseline Finish])<7,"Project is on
Schedule","Project is at least 7 Days Early"))))))
If there is no date in the Baseline Finish field, PWA displays "#ERROR"
using the above formula. How could I modify this formula so that if there
is no date in the Baseline Finish field, PWA would display "Project has not
been baselined"?
Thanks!
--
---------------------------------------------------------------
Charles L. Simpson
ACT, Inc.
---------------------------------------------------------------
Current Setup:
WSS 2.0 (no service packs)
Project Server 2003 SP1
SQL Server 2000 SP3a
FrontPage 2003 SP2
-----------------------------------------------------------------
PWA:
IIf([% Complete]=100,"Project Complete",IIf([Enterprise Project Text4]="On
Hold","Project is on Hold",IIf([Enterprise Project Text4]="Backlog","Project
is Backlogged",IIf(DateDiff("d",[Finish],[Baseline Finish])<=-7,"Project is
over 7 days Late",IIf(DateDiff("d",[Finish],[Baseline Finish])<0,"Project is
Late",IIf(DateDiff("d",[Finish],[Baseline Finish])<7,"Project is on
Schedule","Project is at least 7 Days Early"))))))
If there is no date in the Baseline Finish field, PWA displays "#ERROR"
using the above formula. How could I modify this formula so that if there
is no date in the Baseline Finish field, PWA would display "Project has not
been baselined"?
Thanks!
--
---------------------------------------------------------------
Charles L. Simpson
ACT, Inc.
---------------------------------------------------------------
Current Setup:
WSS 2.0 (no service packs)
Project Server 2003 SP1
SQL Server 2000 SP3a
FrontPage 2003 SP2
-----------------------------------------------------------------