T
Tomcat
I have a question about how I should display the following data in project.
I will do this in picture form as it is much easier to understand this way.
Week | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
4h 4h
Task1 ------------
5h 5h 5h
Task2 -----------------
4h 4h 4h 4h 4h 4h
Task3 ----------------------------------
2h 2h 2h 2h 2h
Task4 ------------------------------
1h 1h 1h
Task5 -----------------
Cum 4h 13h 22h 31h 35h 41h 47h 53h 57h 60h
hrs
All these task are subtasks to a summary grouping. For example Task 4 is
scheduled from the beginning of week 6 to the end of week 10 and has 5 hrs
scheduled for each week. Thus the hours are scheduled linearly over each of
the tasks but not over all the tasks combined. If I have completed 30 out of
the 60 hrs I want to show a summary progress bar which runs from the
beginning of week 1 to almost to the end of week 4. If I have completed 53
of the 60 hrs I want the bar to run from the beginning of week 1 to the end
of week 8. I have no idea how to do this. Is this % complete, % work
complete, physical % complete, BCWS, BCWP? Please help. Also, this is an
example case. The real data is 10,000 rows of historical data grouped into
many different outline levels. Also, I know project can do lots of things
like change durations, hours, and all that, but I don't want to do that. I
just want to show what I indicated above for all my summary progress bars.
I will do this in picture form as it is much easier to understand this way.
Week | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
4h 4h
Task1 ------------
5h 5h 5h
Task2 -----------------
4h 4h 4h 4h 4h 4h
Task3 ----------------------------------
2h 2h 2h 2h 2h
Task4 ------------------------------
1h 1h 1h
Task5 -----------------
Cum 4h 13h 22h 31h 35h 41h 47h 53h 57h 60h
hrs
All these task are subtasks to a summary grouping. For example Task 4 is
scheduled from the beginning of week 6 to the end of week 10 and has 5 hrs
scheduled for each week. Thus the hours are scheduled linearly over each of
the tasks but not over all the tasks combined. If I have completed 30 out of
the 60 hrs I want to show a summary progress bar which runs from the
beginning of week 1 to almost to the end of week 4. If I have completed 53
of the 60 hrs I want the bar to run from the beginning of week 1 to the end
of week 8. I have no idea how to do this. Is this % complete, % work
complete, physical % complete, BCWS, BCWP? Please help. Also, this is an
example case. The real data is 10,000 rows of historical data grouped into
many different outline levels. Also, I know project can do lots of things
like change durations, hours, and all that, but I don't want to do that. I
just want to show what I indicated above for all my summary progress bars.