S
Simmons_RJ
I have an enterprise number field setup on the Global template that is a
graphical indication of whether a task is late that does not appear to be
working correctly. When I create a customized field local to the plan, the
expected result of the formula is displayed; however when I insert the
enterprise customized field a different/incorrect result appears. The
formula is:
IIf([% Work Complete]=100,4,IIf([% Work
Complete]=0,IIf([Start]<Now()-7,1,IIf([Start]<Now(),2,3)),IIf([% Work
Complete]<100,IIf([Finish]<Now()-7,1,IIf([Finish]<Now(),2,3)))))
Can anyone lend some assistance as to why this is occuring?
Thanks,
Rob
graphical indication of whether a task is late that does not appear to be
working correctly. When I create a customized field local to the plan, the
expected result of the formula is displayed; however when I insert the
enterprise customized field a different/incorrect result appears. The
formula is:
IIf([% Work Complete]=100,4,IIf([% Work
Complete]=0,IIf([Start]<Now()-7,1,IIf([Start]<Now(),2,3)),IIf([% Work
Complete]<100,IIf([Finish]<Now()-7,1,IIf([Finish]<Now(),2,3)))))
Can anyone lend some assistance as to why this is occuring?
Thanks,
Rob