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,