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

Days Between First Candidate through a status and when they move to a different Status

Received Response
43
Views
6
Comments
edited Dec 13, 2022 7:07AM in Taleo Enterprise 6 comments

Summary

Hello, I'm trying to get days between (timediff) when the first candidate 'Recruiter Interviews' and then when that same candidate is 'Presented' to a Hiring Manager.

Content

when I use the 'Min' function I get the days between when the first candidate was moved through 'Recruiter Interview Completed' and when the first candidate was moved through 'Presented'.  The problem is the first candidate moved through 'Presented' is not always the SAME candidate that Recruiter Interviewed first.  Here is my current formula:

timestampdiff(sql_tsi_day, min(case when "Submission CSW Status - Historical"."Historical Status Name" = 'Recruiter Interview Completed' then ifnull("Submission CSW Status - Historical"."Historical Status Event Date","Submission CSW Status - Historical"."Submission Historical Status End Date") end by "Requisition Identification"."Req. Identifier" ) , min(case when "Submission CSW Status - Historical"."Historical Status Name" = 'Presented' then ifnull("Submission CSW Status - Historical"."Historical Status Event Date","Submission CSW Status - Historical"."Submission Historical Status End Date") end))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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