Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 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



