Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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