Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How can i use case statement to solve for this scenario

I am working on a requirement that requires me to find whether an employee applied to the same job name more than once. If they apply to job name A with a job number 123 and the hiring manager decides they are more qualified for say the same job name but say a different job number , then I need to assign a flag of N otherwise assign a Y. I am trying to use case statements but not sure if that's the right approach or even how to implement it. any suggestions?
Answers
-
My suggestion would be to implement this logic in the transactional system and your ETL will simply pull across the pre-calculated field.
0 -
Good suggestion only problem is I didn't know how to implement that at the database level hence opted for analysis side and it appears as though I cant get it to pull the correct results
0 -
Do you have accesa to the RPD or is that also out of the question like solving this in the database?
0 -
Yes I have rpd access.
0