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.
SQL similar to OR Statement
Summary
How to filter more than one column in an analysisContent
Hi Experts,
Could you please advise how to filter more than one column based on multiple attributes? I am trying to assign "Y" value to a UDF field as long as one of the following four conditions matches.
1. "Candidate Regulations"."Recently Separated Veteran" in ('Separate Veteran – Yes') then 'Y'
2. "Candidate Regulations"."Special Disabled Veteran" in ('Special disabled Veteran - Yes') then 'Y'
3. "Candidate Regulations"."Other Protected Veteran" in ('Protected Veteran – Yes') then 'Y'
4. "Candidate Regulations"."Disabled Veteran" in ('Disabled Veteran - Yes') then 'Y'
Here is what my formula looks like:
Tagged:
1