caijp said:
What is TimePhased Data and how does it work?
Thanks in advance for your input.
caijp.
caijp,
Timescaled (i.e. timephased) data is simply data in Project that is
spread over a specific length of time. I would guess that about half of
the data in Project is timescaled (e.g. Cost, Work, Baseline data,
etc.). Timescaled data is what you see on the right side of the screen
in the Usage views and several of the built-in reports.
In VBA, the TimeScaleData Method is used to extract time selected
elements of a given field. For example, the weekly elements of Cost can
be extracted.
Some field in Project (e.g. spare fields) do not have timescaled data
however, given a suitable algorithm in VBA code, timescaled data can be
generated for those fields as well.
Hope this helps.
John
Project MVP