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.
Phone numbers repeating instead of suppressing duplicates
Summary:
Mobile phone and home phone number columns are repeating even though they are duplicates and the columns are set to repress.
Content (please ensure you mask any confidential information):
I'm using a formula to select for a worker's mobile phone and home phone regardless of which phone is set as default, using MAX(CASE WHEN "Person Phones"."Phone Type Code" = 'HM' THEN "Person Phones"."Area Code"||'-'||"Person Phones"."Phone Number" END by "Worker"."Person Number")
and MAX(CASE WHEN "Person Phones"."Phone Type Code" = 'H1' THEN "Person Phones"."Area Code"||'-'||"Person Phones"."Phone Number" END by "Worker"."Person Number")
Tagged:
0