This report provides a Gantt chart of the projects within a program, including milestones. The report lists the full or summary detail, and identifies inter-project dependencies.
See the Project Management User Guide for more information.
Indicates the names of the report.
Defines the name of the program for the report.
Indicates the starting month for the report.
Defines the starting year for the report.
Specifies the level of task detail to generate in the report.
Values: Full WBS, Milestones Only, Summary Only
Indicates the type of periods to generate in the report.
Values: Monthly, Semi-Annually
Displays the program name for the report.
inv_investments.name
Displays the unique ID for the program.
inv_investments.code
Displays the program description.
inv_investments.description
Displays the start date for the program.
inv_investments.schedule_start
Displays the finish date for the program.
inv_investments.schedule_finish
Displays the baseline start date for the program.
prj_baseline_details.start_date
Displays the baseline end date for the program.
prj_baseline_details.finish_date
Displays the program schedule status (Green, Yellow, or Red)
odf_project_v2.status_indicator
Displays the program risk status.
case
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) = -1
then 0
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) <= 33
then 1
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) > 67
then 3
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) > 33
then 2
else 0
end
Displays the current stage of the program.
inv_investments.stage_code
Displays the work breakdown structure for the program.
prtask.prname
Displays the status of risk for the current program.
odf_project_v2.status_indicator /
case
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) = -1
then 0
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) <= 33
then 1
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) > 67
then 3
when niku.cmn_null_int_fct(odf_project_v2.risk,
-1) > 33
then 2
else 0
end
Displays the project name.
inv_investments.name
Displays the finish date of the project.
prtask.prfinish
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |