Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
how to get the termination date of managers

step 1 : get list of managers
step 2 : add "termination date", but it's not for managers, but for workers.
question: how to get the termination date of managers
Best Answer
-
You could use a subquery within otbi ie "results based upon another analysis
ie the subquery returns a list of managers, then the main query gets the term date details for these people.
select worker number, term date where worker number in (select manager number…..)
1
Answers
-
Hi, To better serve you, please post your question in the Reporting and Analytics for HCM forum since its specific to HCM subject areas/use cases. Thank you.
0 -
thank you all for answering~
0