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
Summary
Taking counts of reqs based on candidates step/statusContent
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'))))