Nested IF THEN ELSE In User-Defined Formulas Returning Error (XLA-870981)
(Doc ID 2918694.1)
Last updated on APRIL 10, 2024
Applies to:
Oracle Fusion Subledger Accounting Cloud Service - Version 11.13.21.10.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.21.10.0 version, Receivables
Nested IF THEN ELSE in User-Defined Formulas returning error (XLA-870981)
We entered the following Expression in User-Defined Formulas
IF ("Receipt Flexfield Attribute 1" = 'xxx')
THEN Concatenate('xxx -',"Receipt Method Name")
ELSE
(IF "Receipt Flexfield Attribute 1" ='yyy'
THEN Concatenate ( 'yyy', "Receipt Method Name" )
ELSE
Concatenate(Concatenate("Receipt Flexfield Attribute 1",' - '),"Receipt Method Name"))
The formula AAAA is invalid because either the operator, bracket, or value is entered incorrectly in the formula. (XLA-870981)
Why this error is thrown for this formula?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |