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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
OTBI Report for Ethnicity
Summary
OTBI Report for EthnicityContent
Hello,
CASE WHEN COUNT("Worker"."Employee Ethnicity Code" BY "Worker"."Person Number")>1 THEN 'Two or More Races' WHEN "Worker"."Employee Ethnicity Code" = '4' THEN 'Hispanic or Latino' ELSE "Worker"."Employee Ethnicity" END
We are looking to use a case statement for our OTBI reports that include Ethnicity. This case statement reflects Two of More Races correctly when someone has selected more than one ethnicity, but we need it to show "Hispanic or Latino" regardless if they select that ethnicity and something else. Based on the EEO criteria Hispanic and Latino is the defined value regardless if they selected more than one value.
2