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. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Open Req formula help needed
Summary
Req formulaContent
Hi all
I had to rewrite most of my formula's for some reason after a recent upgrade and having a hard time showing the req as "Open" it still is showing as "Open" even though it is on hold
Any help is appreciated)
COUNT(case when "Candidate Counts"."# Submissions Offer Accepted" = 0 AND "Requisition Status - Current"."Current Status" = 'Sourcing' then "Requisition Identification"."# Openings"
when "Candidate Counts"."# Submissions Offer Accepted"= 0 AND "Requisition Status - Current"."Current Status" = 'Approved' then "Requisition Identification"."# Openings"
when "Candidate Counts"."# Submissions" = 0 AND "Requisition Status - Current"."Current Status" = 'Sourcing' then "Requisition Identification"."# Openings"
0