For more information, please refer to this announcement explaining best practices for getting answers to questions.
15B Custom Formulas not working since upgrade
Summary
15B Custom Formulas not working since upgradeContent
I have custom formulas in reports that since 15B upgrade are not longer producing accurate results when I didn't have this issue before upgrade to 15B. Anyone else experiencing the same? It is with the recruiting module.
Example worked before 15B not results are not accurate.
MAX (case when "Requisition Identification"."Staffing Type" = 'Executives' AND "Submission Job Offer"."Status" = 'Accepted' then 'Confidential' when "Submission Job Offer"."Status" = 'Accepted' and "Submission CSW Status - Current"."Current Status Name" = 'To be Checked' then "Candidate Identification"."Name" when "Submission Job Offer"."Status" = 'Accepted' and "Submission CSW Status - Current"."Current Status Name" like '%2%' then "Candidate Identification"."Name" else null end)