Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Remove Manager role from Worker self-evaluation Performance Task
Summary:
Hello, I need help to check if my case statement below is correct. I encountered errors several times so I'm not sure what is the problem with this.
I want to include only Employee role in Worker self-evaluation / remove Manager from the report. Can you help check my case statement please? Thank you!
CASE WHEN "Workforce Performance - Performance Task Status Real Time"."Performance Task"."Performance Task" = 'Worker self-evaluation' AND "Workforce Performance - Performance Task Status Real Time"."Performance Document Participant"."Role Definition" = 'Employee' THEN 'Include' ELSE NULL END AS "Performance Task Status" FROM "Workforce Performance - Performance Task Status Real Time"
Tagged:
0