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.
Formula help for # openings minus accepted offers
Summary
Formula help for # openings minus accepted offersContent
Hello - I'd like to create a formula to show # of remaining openings minus accepted offers. I don't want to use the standard "Requisition Counts"."# Openings (Accepted)" or "Requisition Counts"."# Openings (Hired)" because it doesn't suit our needs.
Here is the formula that I have but I want to subtract out "Candidate Counts"."# Submissions Offer Accepted"
CASE WHEN Filter("Requisition Counts"."# Openings" USING "Requisition Primary Location"."Location Level1 Name" IN ('Americas')) IS NULL THEN 0 ELSE "Requisition Counts"."# Openings" END
Any ideas on how to accomplish this?
Many thanks in advance!
Regards,
0