Get Started with Redwood for Oracle Cloud HCM Begin Now
SQL for Terminated Offer
Could someone assist with a formula to calculate from Offer submitted for approval to offer terminated date, on the most recent offer?
I tried the following formula but am getting an error:
TIMESTAMPDIFF(SQL_TSI_DAY, MAX(CASE WHEN "Submission Tracking History"."Transaction Event Name" in ‘Approval Process Terminated’ THEN "Submission Tracking History"."Transaction Event Date", "Submission Dates"."Offer Created Date"))
Thank you in advance!
0