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')