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.
Help with if/and/then statements
Summary
If x and y then a else bContent
I am creating a new hire report that can identify when an exempt status for a position may need to be changed. My report has a field called "Exempt Status" and a field called "Pay rate".
I want the report to produce a result of "FALSE" if exempt status equals "exempt" and the pay rate field is less than 47476. Here's the expression I have so far:
if([CAND|CAND-REQU_CAND|REQU-REQU_CAND|CUSTOM_588]="Exempt" and [CAND|CAND-REQU_CAND|REQU_CAND-OFFER|payRate]<47874, "FALSE" "TRUE"
Taleo says this expression is not valid. Any ideas on what I'm doing wrong?
Tagged:
0