This report allows project managers to obtain monthly status reporting for project stakeholders. Each section in the report displays information about risks, issues, finances, and schedule status related to the project.
Data divides into the following sections:
The Report Fields section describes the fields for each of the previous sections.
The following links are available from the report:
The project requires being active (either approved or unapproved) with the following information defined:
See the Project Management User Guide for more information.
Indicates the names of the report.
Indicates the manager whose projects appear on the report.
Indicates the project to report data about.
Indicates the OBS unit to filter the report.
The report contains a pie chart that shows the sum of all risks and issues. Each pie slice displays the percentages of high priority, medium priority, and low priority risks and issues.
Displays the name of the project for the report.
Inv_investments.name
Displays the name of the project manager.
Inv_investments.manager_id
Displays the approval status for the project. The value calculates using the following formula: (IF INV_INVESTMENTS.approvedtime IS NULL THEN Unapproved else Approved)
Inv_investments.approvedtime
Displays the original start date for the project.
Inv_projects.prbasestart
Displays the original finish date for the project.
inv_projects.prbasefinish
Displays a description for the project.
inv_investments.description
Displays the schedule status for the project.
inv_investments.status_comment
Indicates the total effort value for the project in days.
prassignment.practsum+prassignment.prestsum
Displays the actuals effort value for the project.
prassignment.practsum
Displays the estimated effort value to complete the project.
prassignment.prestsum
Displays the baseline value for the project.
prj_baseline_details.usage_sum
Displays the variance in the baseline and the total effort for the project
Calculation: (Baseline - Total Effort)
Calculated field. For more information, see the SQL statement for the report.
Displays the remaining allocation value in hours for the project.
prj_blb_slices.slice where slice_request_id = 10
Displays the difference between Remaining Allocation and Total Effort for the project.
Calculation: (Remaining Allocation - Total Effort)
Calculated field. For more information, see the report statement for the report.
Displays the return on investment value for the project.
List
Displays the budgeted benefit value for this project.
List
Displays the budgeted cost value for the project.
List
Displays the actual cost value for this project.
List
Displays the expected total cost value for the project based on performance.
List
Displays the difference between the Budget Cost and EAC Cost Value.
List
Displays a pie chart listing the number of risks and issues associated with a project.
Calculated field. For more information, see the SQL statement for the report.
Displays a unique identifier assigned to the issue for tracking.
List
Displays a short description of the issue.
List
Displays the date this issue was targeted to be resolved.
List
Displays the name of the user assigned to the risk.
List
Displays the task name for each project milestone.
prtask.prname
Displays the start date for each associated task name.
prtask.prstart
Displays the finish date for each associated task name.
prtask.prfinish
Displays the percentage completed for each associated task name.
prtask.prpctcomplete
Displays the status for each associated task name.
prtask.prstatus
Displays the rolled up planned value for each task under each milestone.
prj_baseline_details.cost_sum
Displays the rolled up actual costs of each task under each milestone.
case when srm_resources.resource_type < 2
then (prassignment.practsum/3600) / niku.prj_hpd_factor_fct()
else prassignment.practsum
end * npr.project_cost_rate
Displays the rolled up BCWP (Budgeted Cost of Work Performed to date) for each task under each milestone.
prtask.prpctcomplete * prj_baseline_details.cost_sum
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |