H
Hemmige S Prashanth
Dear Friends,
I'm trying to create a custom field as below to find tasks that start
to the left of the status date (basically an error).
IIf ([Actual Start] =ProjDateValue("NA"), IIf ([Start] < [Status
Date], "1", "2"), "3")
However, even when task start date is < status date, "1" never
occurs.
What is wrong? My status date is set via - Project -> Project
Information -> Status Date. When I insert a 'Status Date' column, it
always shows 'NA'. Don't know if this is the problem and if it is, how
do I resolve this?
Thanks,
Prashanth
I'm trying to create a custom field as below to find tasks that start
to the left of the status date (basically an error).
IIf ([Actual Start] =ProjDateValue("NA"), IIf ([Start] < [Status
Date], "1", "2"), "3")
However, even when task start date is < status date, "1" never
occurs.
What is wrong? My status date is set via - Project -> Project
Information -> Status Date. When I insert a 'Status Date' column, it
always shows 'NA'. Don't know if this is the problem and if it is, how
do I resolve this?
Thanks,
Prashanth