Example: Set Up Calculations for Applicant Scores
This example illustrates how to set up calculations for student applicant scores. This example includes these calculations:
- Conditional
- Constant Value
- Logic
- Value Comparison
Alma Mater University (AMU) rates an undergraduate applicant's likelihood for admission based on the grade point average (GPA) and SAT total on their application. Workday uses the GPA and SAT total to calculate an applicant score that maps to the rating on an applicant score scale.
GPA and SAT Total | Applicant Score | Rating |
|---|---|---|
GPA greater than or equal to 3.0 AND SAT total greater than or equal to 1280. | 10 | Presumptive Admit |
GPA greater than or equal to 3.0 AND SAT total less than 1280.
OR GPA less than 3.0 AND SAT total greater than or equal to 1280. | 5 | Committee Review |
GPA less than 3.0 AND SAT total less than 1280. | 3 | Presumptive Deny |
You need to create a series of nested calculations to calculate the applicant score.
Create these constant value calculations in the Admissions category:
ADM: 0
, ADM: 3
, ADM: 3.0
, ADM: 5
, ADM: 10
, ADM: 1280
.Security:
- Access Calculation (Segmented)domain in the functional areas for Core Payroll, Implementation, Payroll Interface, and Time Off and Leave.
- Set Up: Calculations - Genericdomain in the Core Payroll functional area.
- Set Up: Time Off (Calculations - Generic)domain in the Time Off and Leave functional area.
- Create aggregate calculations for cumulative GPAs.
- Create value comparison calculations for student applicant scores.
- Access theCreate Logic Calculationtask.Create a calculation that determines when an applicant has a high GPA and high SAT total.
- Enter or select these values:FieldValueNameCumulative GPA >= 3.0 AND SAT Total >= 1280CategoryAdmissionsAcademic UnitAlma Mater UniversityCommentCumulative GPA is greater than or equal to 3.0 AND Highest SAT Total is greater than or equal to 1280.
- In theCalculationgrid, add these rows:OperatorCalculationANDCumulative GPA >= 3.0SAT Total >=1280
- ClickOKandDone.
- Access theCreate Logic Calculationtask.Create a calculation that determines when an applicant has a high GPA and low SAT total, or a low GPA and high SAT total.
- Enter or select these values:FieldValueNameCumulative GPA < 3.0 AND SAT Total >= 1280CategoryAdmissionsAcademic UnitAlma Mater UniversityCommentCumulative GPA is less than 3.0 AND Highest SAT Total is greater than or equal to 1280.
- In theCalculationgrid, add these rows:OperatorCalculationANDCumulative GPA < 3.0SAT Total >=1280
- ClickOKandDone.
- Access theCreate Logic Calculationtask.
- Enter or select these values:FieldValueNameCumulative GPA >= 3.0 AND SAT Total < 1280CategoryAdmissionsAcademic UnitAlma Mater UniversityCommentCumulative GPA is greater than or equal to 3.0 AND Highest SAT Total is less than 1280.
- In theCalculationgrid, add these rows:OperatorCalculationANDCumulative GPA >= 3.0SAT Total 1280
- ClickOKandDone.
- Access theCreate Logic Calculationtask.
- Enter or select these values:FieldValueNameCombo Logic Cumulative GPA AND SAT TotalCategoryAdmissionsAcademic UnitAlma Mater UniversityCommentCumulative GPA is less than 3.0 AND SAT Total is greater than or equal to 1280ORCumulative GPA is greater than or equal to 3.0 AND SAT Total is less than 1280
- In theCalculationgrid, add these rows:OperatorCalculationORCumulative GPA < 3.0 AND SAT Total >= 1280Cumulative GPA >= 3.0 AND SAT Total < 1280
- Access theCreate Logic Calculationtask.Create a calculation that determines when an applicant has a low GPA and low SAT total.
- Enter or select these values:FieldValueNameCumulative GPA < 3.0 AND SAT Total < 1280CategoryAdmissionsAcademic UnitAlma Mater UniversityCommentCumulative GPA is less than 3.0 AND Highest SAT Total is less than 1280.
- In theCalculationgrid, add these rows:OperatorCalculationANDCumulative GPA < 3.0SAT Total < 1280
- ClickOKandDone.
- Access theCreate Conditional Calculationtask.Create a calculation that returns an applicant score based on the GPA and SAT total.
- Enter or select these values:FieldValueNameAMU - Top Level Calculation for Applicant ScoresCategoryAdmissionsAcademic UnitAlma Mater UniversityComment10 = Presumptive Admit5 = Committee Review3 = Presumptive Deny0 = Check the calculationIf Cumulative GPA >= 3.0 AND Highest SAT Total >= 1280 then the app score is 10 (Presumptive Admit)If Cumulative GPA GPA is less than 3.0 AND Highest SAT Total is greater than or equal to 1280 OR if Cumulative GPA is greater than or equal to 3.0 AND Highest SAT Total Score is less than 1280 then app score is 5 (Committee Review)If Cumulative GPA < 3.0 AND Highest SAT Total < 1280 then the app score is 3 (Presumptive Deny)
- In theConditional Calculationsgrid, enter these rows:OrderConditionResultaCumulative GPA >= 3.0 AND SAT Total >= 1280ADM: 10bCombo Logic Cumulative GPA AND SAT TotalADM: 5cCumulative GPA < 3.0 AND SAT Total < 1280ADM: 3
- In theDefault Responsefield, selectADM: 0.
- ClickOKandDone.
Add the
AMU - Top Level Calculation for Applicant Scores
calculation to a student applicant score calculation policy.