I
Iglesias
Hi,
I created a simple code which exports me: project, task, resource, some
other fields, day, hours.
Unfortunately, I get the day and hours through:
Set ActualWorkPerWeek = assn.TimeScaleData(dateStart, dateFinish,
pjAssignmentTimescaledActualWork, pjTimescaleDays, 1)
The problem is that if the team member has 4 hours on monday, 4 hours on
Tuesday and 3 hours on Wednesday , with this function MSPS: sumarizes
4+4+3=11 and then divides by days (11/3) what is 3,666667... and this is not
what I need.
I can I really get the inputed actualWork number from the related day?
Thank you.
I created a simple code which exports me: project, task, resource, some
other fields, day, hours.
Unfortunately, I get the day and hours through:
Set ActualWorkPerWeek = assn.TimeScaleData(dateStart, dateFinish,
pjAssignmentTimescaledActualWork, pjTimescaleDays, 1)
The problem is that if the team member has 4 hours on monday, 4 hours on
Tuesday and 3 hours on Wednesday , with this function MSPS: sumarizes
4+4+3=11 and then divides by days (11/3) what is 3,666667... and this is not
what I need.
I can I really get the inputed actualWork number from the related day?
Thank you.