We have a requirement -
How many people got hired in last quarter and of those people how many got terminated - New hire Termination Count
Currently, Oracle provides a way using Tenure Service in months for pulling any person terminated with tenure < 3 months.
FILTER("HCM - Workforce Core"."Facts - Workforce Events"."Termination Headcount" USING "HCM - Workforce Core"."HR Action"."Action Type Code"= 'EMPL_TERMINATE' and ( "HCM - Workforce Core"."Months Of Service Band"."Name" = '1-3' or "HCM - Workforce Core"."Months Of Service Band"."Name" ='0' ))
This is a near approximation of what we need but it is not exactly what is desired. Any help on this topic from experts would be appreicated.