on 2023 Mar 15 12:38 PM
Hi,
I need help.
I am using the below formula in the transformation routine but due to some reasons this is not working in BW4HANA so i would like to try using Formula.
IF ( A = ''
OR A = '00000000' ).
RESULT = ''.
ELSEIF ( B = ''
OR B = '00000000' ).
RESULT =C.
ELSE.
RESULT = B.
ENDIF.
Can you please help how to write this using Formula in Transformation?
Thanks
Mano
The TRFN editor only allows the IF function. There is no ELSEIF function. What do you exactly mean with "this is not working in BW4HANA"? Is it throwing an error? Is it producing a wrong result?
What is the expected result?
Btw. the formula provided by "abhishek.hazra" seems to deliver exactly what you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.