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.
Case (Switch) or Case (If)
Summary
Cannot seem to get it correctContent
Hi all,
I am trying to create a derived field that inserts a new value based on an existing value. For example, we have companies that roll up into regions. We don't have a field for regions so I would to create a field that says if the company value is "Company 1", then "Region 1, else... I believe I am just missing something simple. Any help would be much appreciated.
Below is what I am imputing.
CASE "Requisition Organization"."Organization Level2 Name"
WHEN ‘1000 SGWS Corporate’ THEN ‘Corporate’
WHEN ‘1200 SGWS Corporate Services’ THEN ‘Corporate’
2