cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EXP account conversion into negative value in SAP BPC NW 10.1 through Flat file export and import.

praveenboyapati
Participant
0 Likes
634

Hi There,

we are trying to convert XYZ123(EXP account) into negative value by using below Java Script formula ,but it is not working. Please correct the formula if it is wrong? Or how to achieve this with alternative way. Please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Praveen,

Do not write formula in account conversion.

Create separate conversion file e.g AMT is conversion file and formula is "Value*-1"

AMOUNT=AMT.xls!CONVERSION

-Shri