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