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 BO to OBI Formula
Summary
I have a formula in BO I need to convert to OBI FormatContent
Essentially we have a custom formula for our referral process that I need to convert to OBI. Any suggestions on how to create this formula in OBI is greatly appreciated! Here is what I started but keep running into errors:
CASE
WHEN ("Requisition UDFs"."Requisition UDF Value 22" = 'VP Level and Above')
THEN '$2,500.00'
WHEN ("Requisition UDFs"."Requisition UDF Value 22" = 'Director Level')
THEN '$1,500'
ELSE
CASE
WHEN "Req. Primary Location Level 2" IN ('Australia', 'Belgium', 'Bermuda', 'Canada', 'Switzerland', 'Denmark', 'Finland', 'France', 'Germany', 'Hong Kong', 'Ireland', 'Italy', 'Japan', 'Netherlands', 'New Zealand', 'Norway', 'Portugal', 'Spain', 'Sweden', 'Taiwan', 'United Kingdom', 'United States of America')
0