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.
Overall Manager Comment
Content
Hi all,
can you kindly help me?
I really need to export to report the comment inserted by the manager in the overall performance section (please, see image attached below) section but I can't find it yet.
I tried to export all comment attributes from performance table (HRA_EVALUATIONS.MANAGER_COMMENTS, HRA_EVAL_RATINGS.COMMENT_TEXT etc..) but I can't do it.
I'm trying the following sql query but It exports all the comments from the other sections ('Obiettivi' and 'Comportamenti' ) excpet for the overall section comment I need ('comment' from 'sintesi di valutazione').
SELECT DISTINCT *
FROM
(
SELECT
rat.EVAL_RATING_ID,
Tagged:
0