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.
How to calculate time from different events
Summary
Calculate time difference between different phases (events) in a recruitment processContent
Hi,
I´m trying to create a report where I can report on the different stages in a recruitment process. I´m using the subject area Recruiting Events Real Time and using formulas similar to the one below to catch the exact dates:
(TIMESTAMPDIFF(SQL_TSI_DAY, MIN(CASE WHEN "Job Requisition History - Event Details"."Phase Code" = 'REQUISITION_DRAFT' THEN "Job Requisition History - Event Details"."Event Date" ELSE NUll END),MAX(CASE WHEN "Job Requisition History - Event Details"."Phase Code" = 'REQUISITION_POSTING' THEN "Job Requisition History - Event Details"."Event Date" ELSE NUll END)))
Tagged:
0