You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

Need help calculating the percent different between two columns

edited Dec 13, 2022 7:03AM in Taleo Enterprise 1 comment

Summary

Need help calculating the percent different between two columns

Content

We are creating a recruiter scorecard in OBI. I've used a CASE WHEN formula to enter in each recruiter's individual hiring goal:

CASE

WHEN "Requisition Recruiter"."Recruiter Name" = 'XX' THEN '18'

WHEN "Requisition Recruiter"."Recruiter Name" = 'XX' THEN '27'

WHEN "Requisition Recruiter"."Recruiter Name" = 'XX' THEN '18'

WHEN "Requisition Recruiter"."Recruiter Name" = 'XX' THEN '18'

ELSE 'Other'

END

We have another column that shows actual hire starts:

FILTER("Candidate Counts"."# Submissions" USING ("Submission Dates"."Hire Start Date" BETWEEN timestamp '2016-01-01 00:00:00' AND timestamp '2016-12-31 00:00:00'))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!