Baseline Indicator

B

Buzzy

We are managing a number of projects and the maturity level is such
that not all projects have a baseline, although a number of projects
do have a baseline.

Is there a way to automatically capture and display whether a project
has been baselined?

I am hoping to do this in an enterprise code field so it can be
displayed within Project Center as a view.
 
G

Gaurav Wason

Yes you can

Open Enterprise Global

Tools > Customize > Enterprise fields

Select Custom fields > Check Project (Option button) > From dropdown select
(Enterprise Project Text ..)

Select on of the unused text field

Click on formula (Type this)

*************************
IIf(CDbl([Baseline Finish]>60000),"Not Baselined", "Baselined")

***************************

You can make this show in project center......

Let me know

Gaurav Wason
 
Top