N
nopcworries
I statistic that I am trying to find is the actual number of calendar days
worked on a task. The majority of our scheduling is done by day, and not by
hour. While I am still tracking the hours my developers work, I also want a
bigger picture of how many calendar days have been spent, and how close we
are to our schedule (in days).
What I would like to do is create a custom field that is populated by a
counter in the following logic:
For all days in Task, if Actual Work > 0 Then counter = counter + 1.
Seems pretty simple, but I can't seem to find a way to access specific days
of a task.
Thanks,
Eric
worked on a task. The majority of our scheduling is done by day, and not by
hour. While I am still tracking the hours my developers work, I also want a
bigger picture of how many calendar days have been spent, and how close we
are to our schedule (in days).
What I would like to do is create a custom field that is populated by a
counter in the following logic:
For all days in Task, if Actual Work > 0 Then counter = counter + 1.
Seems pretty simple, but I can't seem to find a way to access specific days
of a task.
Thanks,
Eric