Stephen Gilmore

Report for auditing compensation grade profile assignments

Workday has a report named Employee Compensation Audit that is super helpful for identifying workers who either missing compensation elements they should have or assigned compensation elements they shouldn’t have. If you have nearly 22k grade profiles in your tenant, it’s very difficult to filter on just the grade profile data with this delivered report. With a few calculated fields, we can create a similar report that just focuses on Grade Profiles (or any other compensation element you care about).

Step 1: Create a new custom report

Task: Create Custom Report

Step 2: Create the calculated fields

We will build up two calculated fields to add to the report:

  1. CF EMI Unassigned Eligible Compensation Grade Profiles: This field will return a list of the grade profiles a worker is eligible for, but does not have assigned.
  2. CF EMI Assigned Ineligible Compensation Grade Profiles: This field will return a list of the grade profiles a worker is assigned, but ineligible for.

CF TF Comp Component is Grade Profile

And/OrFieldOperatorComparison TypeComparison Value
AndClass of Instancein the selection listValue specified in this filterCompensation Grade Profile

CF EMI Unassigned Eligible Compensation Grade Profiles

CF EMI Assigned Ineligible Compensation Grade Profiles

Optional: More fields

These are some other calculated fields that can be built to extend the above fields:

#Workday