I'm in a bit of a conundrum. Our projects are broken down into task 'tiers' using hte outline and we want to run reports based on those tiers.
For example consider the tasks:
Project 1
- Phase 1
- Task 1
- Task 2
- Phase 2
- Task 3
I ahve created a filter that will show only tasks at a desired level in an appropriate table. However, upon running a report the summary tasks become a major issue. While they appear in the table when viewed in project, they magically disappear from the report.
For example, when filtered for a "Phase level" report, we should get back something to the extent of:
The Project column is populated from the name of the project. Essentially giving managers a quick look at the phases of projects. However, in the task report edit window, if "Show summary tasks" is left unchecked the tasks "Phase 1" and "Phase 2" will not appear in the report. Checking the "Show summary tasks" will also show a line for:
Where the "Projects" entry is the master project itself. So that catch seems to be that unless that checkbox is checked NO summary tasks are shown - even if they are within the filter. If the checkbox is checked ALL summary tasks are shown - even if they should be filtered out!
Is anyone aware of a work around for this?
For example consider the tasks:
Project 1
- Phase 1
- Task 1
- Task 2
- Phase 2
- Task 3
I ahve created a filter that will show only tasks at a desired level in an appropriate table. However, upon running a report the summary tasks become a major issue. While they appear in the table when viewed in project, they magically disappear from the report.
For example, when filtered for a "Phase level" report, we should get back something to the extent of:
Code:
% Project Phase Start Finish
50 Project 1 Phase 1 4/1/2009 5/6/2009
0 Project 1 Phase 2 4/29/2009 5/30/2009
The Project column is populated from the name of the project. Essentially giving managers a quick look at the phases of projects. However, in the task report edit window, if "Show summary tasks" is left unchecked the tasks "Phase 1" and "Phase 2" will not appear in the report. Checking the "Show summary tasks" will also show a line for:
Code:
25 Projects Project 1 4/1/2009 5/30/2009
Where the "Projects" entry is the master project itself. So that catch seems to be that unless that checkbox is checked NO summary tasks are shown - even if they are within the filter. If the checkbox is checked ALL summary tasks are shown - even if they should be filtered out!
Is anyone aware of a work around for this?