Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Using Case Statement on Performance Document Status
Summary:
Hello everyone, I need help on my case statement. Can you please check if this is correct. There are errors when I use the statement. I want to only have 3 statuses (Not Started, In Progress and Completed). Thank you
CASE WHEN "Performance Document Status Details"."Performance Document Status"='Not Started' then 'Not Started' WHEN "Performance Document Status Details"."Performance Document Status"='In progress' then 'In Progress' WHEN "Performance Document Status Details"."Performance Document Status"='Meeting acknowledged, Review meeting held, Worker final feedback provided, Manager final feedback provided, Approved, Document shared with worker, Document acknowledged, Submitted then 'In Progress' WHEN "Performance Document Status Details"."Performance Document Status"='Completed' then 'Completed' END