Wilson said:
Task: Execute Assembly Test - Duration - Est. Finish
---Preds L1: Misc. Tasks driving FF into Assembly Test
--------Preds L2: Misc. Tasks
---Preds L1: Start Assy Test - Dvlp Objct Complete - Est. Finish
--------Preds L2: Approve Dvlp Obj 1 - Est. Finish
--------Preds L2: Approve Dvlp Obj 2 - Est. Finish
--------Preds L2: Approve Dvlp Obj 3 - Est. Finish
---Preds L1: Start Assy Test - SDD configurations Complete
--------Preds L2: Approve SDD 1 - Est. Finish
--------Preds L2: Approve SDD 2 - Est. Finish
Wilson,
If your project file consists of a single thread network, then you could
configure a filter to display roughly what you describe. However, it is
very rare to have a realistic schedule plan that has a single thread
network and I'm guessing some predecessors to any given task of interest
will in fact be predecessors to more than just that one task. Are you
following?
To get the report structure you describe, you will really need to export
project data to another application (e.g. Excel) and configure and
format the exact report you want there. This could be done with a VBA
macro, similar to Jack Dahlgren's Trace macro that I referenced in my
original response, except that the data would also need to be exported
to Excel for formatting.
Unfortunately there is no way to configure Project directly to display
what you want.
So the bottom line answer is, yes you can get the report you want, but
it will require VBA.
John
Project MVP