K
Ken
I'm trying to customize a flag field to show a graphical indicator when a
task is due to start within 3 weeks...this is the formula I'm using but it is
showing the indicator on tasks that have already started...any help would be
much appreciated.
IIf([% Complete]=100,"No",IIf([Flag6],"No",IIf((ProjDateAdd([Current
Date],7201)>=[Start]),"Yes","No")))
task is due to start within 3 weeks...this is the formula I'm using but it is
showing the indicator on tasks that have already started...any help would be
much appreciated.
IIf([% Complete]=100,"No",IIf([Flag6],"No",IIf((ProjDateAdd([Current
Date],7201)>=[Start]),"Yes","No")))