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.
BIP - Talent Ratings
Summary:
Hello, Good day!
I'm running a report in BIP but facing performance issue when I'm trying to create multiple data sets. One data set for employee details and one data set for talent ratings. I think the issue comes from talent ratings data set.
Does anyone know how I can optimize this SQL?
Our goal is to show an employee's most recent and historical performance as well as potential rating. The ratings should be displayed per column, and the data should be one row per employee.
Please see the SQL below.
WITH performance_tbl AS (
SELECT papf.person_number,
0