Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
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.

Aggregate actions, and make it consistent across languages

edited Jul 2, 2020 2:30PM in Reporting and Analytics for HCM 6 comments

Summary

Aggregate actions, and make it consistent across languages

Content

Hi,

we need to aggregate action and make it consistent across languages in OTBI.

I modify the formula of Action field

CASE 
WHEN "HR Action"."Action Name" = 'Add Contingent Worker' THEN 'Hire' 
WHEN "HR Action"."Action Name" = 'Rehire an Employee' THEN 'Hire'
WHEN "HR Action"."Action Name" = 'Add Contingent Work Relationship' THEN 'Hire' 
WHEN "HR Action"."Action Name" = 'Add Employee Work Relationship' THEN 'Hire' 
WHEN "HR Action"."Action Name" = 'Renew Placement' THEN 'Hire' 
ELSE "HR Action"."Action Name" 
END
"Worker Assignment Details"."Action Name"

and action code:

CASE  
WHEN "HR Action"."Action Code" = 'ADD_CWK' THEN 'HIRE'  

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!