J
jrunner
I want to use a column that is a graphical light indicator based on current
date, start date, and %complete. I've read other questions on this thread,
and read the info provided in links on how to setup custom fields, however,
my current formula is not working correctly.
I want to use an indicator which changes color based on the following:
if [(current date - 5d) > current date] and (%complete <100) then "red"
if [(current date - 5d) <= current date] or (%complete = 100) then "green"
I've tried this formula, but sub-task graphical indicators don't always
appear:
IIf([% Complete]<100 And ([Start]<ProjDateValue([Current
Date]-5)),"RED",IIf([% Complete]=100 or ([Start]>=ProjDateValue([Current
Date]-5)),"GREEN")
Thanks for you help.
Jeff
date, start date, and %complete. I've read other questions on this thread,
and read the info provided in links on how to setup custom fields, however,
my current formula is not working correctly.
I want to use an indicator which changes color based on the following:
if [(current date - 5d) > current date] and (%complete <100) then "red"
if [(current date - 5d) <= current date] or (%complete = 100) then "green"
I've tried this formula, but sub-task graphical indicators don't always
appear:
IIf([% Complete]<100 And ([Start]<ProjDateValue([Current
Date]-5)),"RED",IIf([% Complete]=100 or ([Start]>=ProjDateValue([Current
Date]-5)),"GREEN")
Thanks for you help.
Jeff