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.
Offer Acceptance Rate - Counting the LAST offer extended to a candidate
Summary
Need help with formulas/filtersContent
Hi Experts!
I was trying to adjust the following formula to look at the "LAST offer" extended to a candidate instead of counting all extending offers for offer acceptance rate. Is there a way to include the LATEST OFFER APPROVAL DATE with the formula below - SQL Formula? Thank you so much.
SQL Formula
cast(count (case when "Submission Job Offer"."Status" in ('Accepted') then "Submission General Info"."Submission Identifier" end)/count(case when "Submission Job Offer"."Status" in ('Refused','Accepted','Reneged') then "Submission General Info"."Submission Identifier" end) as double) *100
SQL Formula in Testing - Didn't get the correct counts by month, but it shows accurate count when the analysis is down to one month
Tagged:
2