Split task report

M

Monica

I have a report that prints a to-do list with start and stop times; however,
for split tasks, it'll provide the final stop time for the completed task.
How can I get it to print the interim stop time for the current day/week?

Monica
 
M

Monica

It does something similar to the start time as well. It shows the original
start time of the task, but not the interim start time after the split.
 
J

JLB

You'll need VBA for that. You'll need to check the
activeproject.tasks(i).splitparts.count field. If it's greater than 1 then
you can grab the tasks(i).splitparts(j).start and .end.
 

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