C
Casper
Here is the formula we use for the EV (The Earned Value field we use is a
Number Custom Field) stoplight indicators:
IIf(([BCWP]>0) Or ([BCWS]>0),IIf([BCWS]<=[BCWP],IIf([Physical %
Complete]=95,3,1),IIf([Physical % Complete]=95,4,2)),0)
The problem is as follows: When we open the project plan in Project
Professional, all the stoplights display green for completed tasks, but as
soon as we save the same project plan as an Enterprise project on Project
Server 2003, two or three of the completed tasks shows red for the stoplights.
After saving the project as an enterprise project, I had a look at the
formula and it's still the same.
Any ideas?
Number Custom Field) stoplight indicators:
IIf(([BCWP]>0) Or ([BCWS]>0),IIf([BCWS]<=[BCWP],IIf([Physical %
Complete]=95,3,1),IIf([Physical % Complete]=95,4,2)),0)
The problem is as follows: When we open the project plan in Project
Professional, all the stoplights display green for completed tasks, but as
soon as we save the same project plan as an Enterprise project on Project
Server 2003, two or three of the completed tasks shows red for the stoplights.
After saving the project as an enterprise project, I had a look at the
formula and it's still the same.
Any ideas?