S
Sam
I made custom field named "Project Schedule" in server settings -- >
Enterprise custom field definition :
the formula in custom field is " IIf(len(Cstr([Baseline Finish]))<3,"No
baseline",
IIf((ProjDateDiff([Baseline Finish],[Finish],[Project
Calendar])/480)/([Baseline Duration]/480)>=0.2,"Late by more than 20% of the
schedule",
IIf((ProjDateDiff([Baseline Finish],[Finish],[Project
Calendar])/480)/([Baseline Duration]/480)>=0.05,"Late","On schedule")))
In which I made a Project Schedule field and apply formula and graphical
indicators.
But this field need to only appear when I make a view.
But when I try to save a project from professional it is also required like
other fields in the save dialog box.
And not need to appear there in the project save dialog box.
Enterprise custom field definition :
the formula in custom field is " IIf(len(Cstr([Baseline Finish]))<3,"No
baseline",
IIf((ProjDateDiff([Baseline Finish],[Finish],[Project
Calendar])/480)/([Baseline Duration]/480)>=0.2,"Late by more than 20% of the
schedule",
IIf((ProjDateDiff([Baseline Finish],[Finish],[Project
Calendar])/480)/([Baseline Duration]/480)>=0.05,"Late","On schedule")))
In which I made a Project Schedule field and apply formula and graphical
indicators.
But this field need to only appear when I make a view.
But when I try to save a project from professional it is also required like
other fields in the save dialog box.
And not need to appear there in the project save dialog box.