E
Eren Ersonmez
I am trying to pull timescaled data for a specific resource in a specific
project such as:
Set myResource = ActiveProject.Resources(1)
Set tsValues = myResource.TimeScaleData(begDate, endDate,
pjResourceTimescaledWork, pjTimescaleWeeks)
This returns the timescaled values (work) for not only this project but also
for other projects in Project Server. Is there a way to pull timescaled data
for only this project?
Please let me know if something is unclear. Thanks.
-Eren
project such as:
Set myResource = ActiveProject.Resources(1)
Set tsValues = myResource.TimeScaleData(begDate, endDate,
pjResourceTimescaledWork, pjTimescaleWeeks)
This returns the timescaled values (work) for not only this project but also
for other projects in Project Server. Is there a way to pull timescaled data
for only this project?
Please let me know if something is unclear. Thanks.
-Eren