Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Comparing columns from two different Analysis areas.
Summary
Comparing columns from two different Analysis areas.Content
I am attempting to grab Job Codes for employees and the grades for the jobs. In the analysis i am using the "Workforce Profiles - Model Profile Real Time" and "Workforce Management - Grade Rate Real Time" areas. A job will have a valid grade of M25-M25 and I want to grab the associated grade info code that equals LEFT("Valid Grade",3), i.e. M25. When I create a filter with a SQL expression
LEFT("Workforce Profiles - Model Profile Real Time"."Job"."Valid Grades", 3) = LEFT("Workforce Management - Grade Rate Real Time"."Grade"."Grade Code",3)
0