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

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!