Reconcile Labor Utilization with Drill Through

Use the Budgeting and Planning reports to reconcile data on the Labor Utilization with Drill Through report.

These reports include the following:

  • Labor Hours Analysis

  • Hours Breakdown

  • Labor Cost Analysis

  • Raw Cost Breakdown

To reconcile the Costpoint Enterprise Reporting Labor Utilization Report with Drill Through with Budgeting and Planning:

  1. Run the Labor Utilization report in Costpoint Enterprise Reporting.
  2. Obtain the data for each component of the utilization calculation by running the following Budgeting and Planning reports, and then compile data to compare to the Utilization %.
    This allows you to independently calculate and confirm the Utilization %.
    1. Run the Labor Hours Analysis report in Budgeting and Planning (Project > Budget Development) to list the labor hours for each project.
    2. Select Latest EAC.
    3. Run the Hours Breakdown report in Budgeting and Planning (Project > Budget Development) to verify the labor utilization by hours.

      Calculate the standard hours and run a SQL script to identify the standard hours by period. These are computed by multiplying the number of work days by 8 hours. Work days are defined in the Subperiod table (eSub_PD.Work_Days).

      Select Latest EAC. The labor utilization calculation for hours is:

      EAC hours/Standard hours

      The report shows monthly EAC hours by employee, but you can expand the employee to view the breakdown by project for the drill-through.

    4. Run the Labor Cost Analysis report in Budgeting and Planning (Project > Budget Development) to list the projects that each employee charged.

      Calculate the standard hours and run a SQL script to identify the standard hours by period. These are computed by multiplying the number of work days by 8 hours. Work days are defined in the Subperiod table (eSub_PD.Work_Days).

      Select Latest EAC. The labor utilization calculation for cost by employee is:

      EAC amount/(Standard hours * hourly amount)

      The labor utilization calculation for cost by generic staff is:

      EAC amount/(Standard hours * avg hourly amount)

  3. The report displays monthly EAC cost by employee, but you can expand the employee to view the breakdown by project for the drill-through.
    1. Determine the current hourly amount for each employee.
      This information is available to those users with access rights to the Costpoint EMPL_LAB_INFO.HRLY_AMT table. You can use a SQL script to determine this information.
    2. Find the average hourly rate for generic staff.
      Attention: To do this, you must refer to the Maintain Generic Staff report at Administration > Maintain Generic Staff Table.
    3. Run the Raw Cost Breakdown report in Budgeting and Planning (Project > Budget Development) for each project that was listed in the Labor Cost Analysis report to display the unburdened labor costs.
      If an employee has charged multiple projects, you must run this report for each charge and then manually compile the total EAC labor costs.
  4. Export the data into an Excel spreadsheet to view all calculations and comparisons.