Actual Days Worked vs. Duration

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
 
E

Ed Morrison

The TimeScaledData method of the assignment object returns a
TimeScaledValues object. You can step through this object and check if the
actual work is >0.
 
N

nopcworries

That's just what I was looking for. Thanks.

Ed Morrison said:
The TimeScaledData method of the assignment object returns a
TimeScaledValues object. You can step through this object and check if the
actual work is >0.

--
Ed Morrison
msProjectExperts
"We wrote the books on Project Server"
http://www.msprojectexperts.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top