Hi,
I have a dimension in BPC which has an attribute amount.
When am trying to load the master data from BW, the number is truncated and displayed with a * if the number has more than 6 digits.
If this is a problem with the delimited - comma - then it should not bring in the values even with one punctuation (e.g. 6,000) but strangely it's happening only for 6 digits or more.
e.g. 19,605,500.00 -> *05500.00
This is master data (estimate field) and is not used for calculations/planning.
I tried the following but nothign worked.
1) Removing commas using a script in the conversion file
js:%external%.toString().replace(",","")
2) Removing the delimiter in the transformation file and making comma as decimal point.
DELIMITER =
AMOUNTDECIMALPOINT = ,
Let me know if you have any ideas to resolve this.
Thanks,
Vasu
Thanks,
Vasu