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

To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.

Count Distinct Requisitions

edited Dec 13, 2022 7:02AM in Taleo Enterprise 2 comments

Summary

Taking counts of reqs based on candidates step/status

Content

I am trying to break down open requisition counts based on whether or not they have candidates in Review, Interview, Offer or Checks.  Currently, I am filtering # of Reqs based on submission step/status however if a req has candidates in more than one step, it is being double counted.  Is there a way to do a DISTINCT COUNT of reqs based on Submission Steps?!  Here is an example of where I am trying to go:

COUNT(DISTINCT FILTER("Requisition Counts"."# Requisitions"  USING (("Submission CSW Status - Current"."Current Step Name" NOT IN ('Checks', 'Hire', 'Interview', 'Offer')) AND ("Submission CSW Status - Current"."Current Status Name" NOT IN ('Candidate Has Withdrawn', 'Reject', 'Rejected'))))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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