on 2017 Jul 03 10:14 AM
Hi BPC experts,
I would like to know if it is possible to load Transaction Data into 2 different accounts according to its positive or negative value from BW.
For instance :
In BW, account 400000 has a value of +100,00 and -50,00.
In BPC, there are 2 accounts : 400000D and 400000C (D = Debit and C = Credit).
Transaction data will be recorded as +100,00 for 400000D and -50,00 for 400000C.
I read in some posts that it is possible to develop this kind of logic in BW but the client does not want a solution done in BW.
Is it possible to write an *IF condition in the transformation file or a javascript in the conversion file ? Or is there another possibility ?
Thank you in advance,
Dat
Request clarification before answering.
you can try *IF condition
acc, signeddata {Source Column Name}
ACCOUNT=*IF( signeddata > 0 then acc+*str(D) ; acc+*str(C))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
10 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.