This report summarizes resource availability (capacity) against demand at the role level rather than at the individual resource level to facilitate strategic resource management decisions.
If you define a portfolio, the report displays all the roles associated with that portfolio - whether approved or unapproved project is active. The portfolio name is listed at the top of the report. Next, the various roles under that portfolio list. For each role, the total hours for capacity, demand, and available hours (that is, capacity minus demand) list across a given time period. On the far right, a total column is included that sums the hours on a row by row basis. Each instance of a portfolio displays separately.
If you did not define portfolio, the resources do not organize or display by portfolio.
Null or unassigned roles list separately at the bottom of the report and are included in the totals.
See the Portfolio Management User Guide for more information.
Indicates the names of the report.
Indicates the OBS unit that filters the report. Click the Browse icon and select OBS from the list that appears.
Defines the time periods for data to display in the report.
Values: months or weeks
Indicates the starting date for the data displayed in this report.
Indicates the type of hours for the resources.
Values: allocated or assigned
Defines the resource roles for the report.
Identifies the resource manager whose data displays in the report. Click the Browse icon to select names.
Defines the portfolio is associated with the report.
Displays the defined portfolio associated with the resources.
pma_portfolios.name
Displays the role for the associated resource.
srm_resources.full_name where srm_resources.id = prj_resources.prprimaryroleid
Displays the total number of assigned or allocated hours for the associated resource.
prj_blb_slices.slice where slice_request_id = (select id from prj_blb_slicerequests
where request_name like 'monthlyresourcealloccurve')
prj_blb_slices.slice where slice_request_id = (select id from prj_blb_slicerequests
where request_name like ' weeklyresourcealloccurve '
Displays the total number of available hours for the associated resource.
If the period type = “Months” then ptj_blb_slices.slice where - prj_blb_slices.slice_request_id = (select id from prj_blb_slicerequests
where request_name like 'monthlyresourceavailcurve')
If the period type = “Weeks” then prj_blb_slices.slice where - prj_blb_slices.slice_request_id = (select id from prj_blb_slicerequests
where request_name like 'weeklyresourceavailcurve')
Displays the availability for the associated resource.
Calculation: (Capacity - Demand)
Calculated field. For more information, see the SQL statement for the report.
Displays the difference between availability and total demand for the associated resource, based on the following calculation:
Difference = Available - Demand
Calculated field. For more information, see the SQL statement for the report.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |