I need to create a summary report by Program (customer). This Report is to provide statistics about each Program's projects?
I don’t see a Program report. How to I build a report that summarizes multiple Projects?
For instance, I need to create a report that displays:
- Actual duration (days) = Sum of all project’s Actual Duration (task start and task end) - minus days a project may have been on hold (by Program).
- Average Leadtime (days) = Actual duration / number of Projects (by Program)
- Percent on time = % of Projects whose Actual Duration <= Planned Duration (by Program)
Any guidance would be greatly appreciated.