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.
Calculating Time to Hire
Content
Has anyone created a formula in OBI to calculate Time To Hire (first fully approved date to offer accepted date minus requisition on hold period)? The standard column in OBI for Time To Hire, calculates first fully approved date to hire date. We calcuate Time To Hire from first fully approved date to offer accepted date.
I used timestampdiff function to calculate Time To Hire (first fully approved date to offer accepted date):
TIMESTAMPDIFF(SQL_TSI_DAY,"Requisition Dates"."First Fully Approved Date","Submission Dates"."Offer Accepted Date")
In order to capture requisition on hold period, I modified the formula to:
0