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.
Phones and emails make duplication rows
Summary
I'm trying to add columns for emails and phones but instead of one line it's duplicating itContent
Hi,
I created an analysis in OTBI that shows employees phones and emails. So I created separate field for each phone type and email.
For example, for the Home mobile phone I used this formula -
CASE WHEN "Workforce Management - Person Real Time"."Person Phones"."Phone Type Code" = 'HM' THEN "Workforce Management - Person Real Time"."Person Phones"."Area Code"|| '-' ||"Workforce Management - Person Real Time"."Person Phones"."Phone Number" END
For Work mobile phone -
CASE WHEN "Workforce Management - Person Real Time"."Person Phones"."Phone Type Code" = 'WM' THEN "Workforce Management - Person Real Time"."Person Phones"."Area Code"|| '-' ||"Workforce Management - Person Real Time"."Person Phones"."Phone Number" END
0