N
Nik003
Project Server 2007
I am trying to create a custom field that determines if a project is
baselined or not. I'll be using this later in a check for other fields. I
have tryed this:
IIf([Baseline Finish]>50000,"False","True")
as well as other cobinations I have found on the web:
IIf([Baseline Finish]=ProjDateValue("NA"), “No Baseline Set†, “Baseline Setâ€)
IIf(ProjDateValue([Baseline Finish])=4294967295, “Trueâ€, “Falseâ€)
But for some really weird reason I get only #ERROR returned. This does not
make much sense to me.
Anybody?
I am trying to create a custom field that determines if a project is
baselined or not. I'll be using this later in a check for other fields. I
have tryed this:
IIf([Baseline Finish]>50000,"False","True")
as well as other cobinations I have found on the web:
IIf([Baseline Finish]=ProjDateValue("NA"), “No Baseline Set†, “Baseline Setâ€)
IIf(ProjDateValue([Baseline Finish])=4294967295, “Trueâ€, “Falseâ€)
But for some really weird reason I get only #ERROR returned. This does not
make much sense to me.
Anybody?