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.
Candidate Work Experience in Taleo
Summary
Candidate Work Experience in TaleoContent
Hi Experts,
We are trying to export the candidate work experience in number of years but its returning wrong number of years. Please find the below details,
1. First we have wrote the formula to identify number of months between work experience start date & end date and its returning as expected.
TIMESTAMPDIFF(SQL_TSI_MONTH,"Submission Work Experience History"."Submission Experience Start Date",
CASE WHEN "Submission Work Experience History"."Submission Experience Is Current Job" = 'Yes' and "Submission Work Experience History"."Submission Experience End Date" is null
THEN CURRENT_DATE
ELSE "Submission Work Experience History"."Submission Experience End Date"
0