Reporting on absence trends

A new Sage People org is typically supplied with a number of standard reports on absence and vacation: 

  • Absence Balances
  • Absence by Team Member
  • Vacation Days by Month
  • Absence by Team & Month
  • Bradford Score Report
  • Absence by Location & Month

The Bradford Score Report provides a view into a team member's absence patterns. The Bradford score is a means of measuring absence, giving more weight to short, frequent absences than to longer, less frequent absences. Short and frequent absences are assumed to be more disruptive.

The Bradford score is calculated as:

Bradford score = (Number of instances of absence) 2 x (Total days absence throughout the period)

The period used is typically a rolling 52 week window.

Example:

  • Employee A has 3 instances of 2 day absences, a total of 6 days, in the last 52 weeks. Employee A's score is 32 x 6, which totals 54.

  • Employee B has 1 instance of 6 day absence in the last 52 weeks. Employee B's score is 12 x 6, which totals 6.

If your organization uses the Bradford score, you typically have policies determining which kinds of absences are in scope, what is the length of period for which the score is calculated, which are the organization's score thresholds for taking action based on the scores, and what those actions are.

If your org does not have the standard Bradford score report, here is how to set it up:

  1. Go to the Reports tab.

  2. Select New Report.

  3. On the Create Report dialog, from the Category sidebar, select All.

  4. For Select a Report Type, search for "team member", and select the Team Member with Absence History report type.

  5. Select Start Report.

  6. In the Report Builder, in the sidebar select the Filters tab.

  7. Update and add filters as follows:

    • Show Me: select the filter, choose All team members from the picklist, then select Apply.

    • Date filter, typically defaults to Birth Date: select the filter, choose Created Date from the picklist, and set the Range as All Time, then select Apply.

    • Add a new filter for Has Left: in the search field start typing Has Left, select it, leave the Operator as equals and enter False in the text field, select the Locked checkbox, then select Apply.

    • Add a new filter for Status: in the search field start typing Status, select the Status field from Absences object, leave the Operator as equals and enter Approved in the text field, select the Locked checkbox, then select Apply.

    • Add a new filter for Days/Hours: in the search field start typing Days/Hours, select it, for Operator select not equal to and leave Value blank, select the Locked checkbox, then select Apply.

    • Add a new filter for Start Date: in the search field start typing Start Date, select the Start Date field from the Absences object, for Operator select not equal to and do not select a date, select the Locked checkbox, then select Apply.

  8. To filter for specific absence reasons, such as sickness, in the search field starting typing Reason, select it, leave the Operator as equals, and select the reasons you want to include, select the Locked checkbox, and then select Apply.

  9. To filter for absences in a specific tracking period, such as the last 12 months, in the search field start typing Start Date, select the Start Date field from the Absences object, for Operator select equals, select Use relative date and enter a value such as Last 12 months, select the Locked checkbox, then select Apply.

  10. In the sidebar, select the Outline tab.

  11. In the Groups section, select the Groups Rows fields. Search for and select Name Full.

  12. In the Columns section, select the following columns:

    • Country

    • Function

    • Employment Status

    • Reason

    • Days/Hours

    • End Date

    • Location

    • Status

  13. Select the down arrow next to the Columns heading and select Add Summary Formula.

  14. Complete the fields as follows: 

    Field What to enter
    Column Name Bradford Score
    Description Text. Enter a description, such as "Calculates the Bradford score for a team member"
    Formula Output Type Picklist. Select Number
    Decimal Points Picklist. Select 0
  15. For the Formula, use the fields and functions in the left sidebar to insert the formula so it matches the following example: 

    Copy

    Formula for the summary level formula column

    (fHCM2__Absence__c.fHCM2__Days__c:SUM) * RowCount * RowCount
  16. Select Validate to check your formula. If it is evaluated as valid, select Apply.

  17. In the top left corner, give the report a name, such as Bradford Score Report.

  18. Select Add Chart.

  19. Refresh the preview so you can see the chart you added. Then select the Chart Properties icon for the chart.

  20. For X-Axis, select the Bradford Score formula.

  21. If your organization uses a reference value, select Show Reference Line and enter the value as Reference Line Value.

  22. When you have finished editing the chart properties, close Chart Properties.

  23. In the Report Builder, Select Save & Run.

  24. Complete the fields on the Save Report dialog and select the folder where you want to save the report. Then select Save.

To display the chart on team members' employment records:

  1. Go to the Team Members tab and select a team member.

  2. Select the link to the team member's employment record.

  3. On the employment record page, select Setup, and then select Edit Page.

  4. In the Lightning App Builder, from the left sidebar, Components tab, select Report Chart and drag and drop it to the right side of the page layout canvas.

  5. In the Report Chart details in the right sidebar, select the Report field and choose your Bradford score report from the picklist.

  6. Select Filter By and choose Employment Record ID. This means the chart on the employment record only displays data for the team member whose employment record it is.

  7. Select Save.