Description
When exporting to an Excel file, the Japanese currency field is displayed with two additional decimal places. The original Japanese currency field does not have any decimal places.
Steps to Reproduce
- Set up the Japanese currency sys_properties.
- Create a table with data type currecy field.
- Create a new record by entering the Japanese currency value, for example, Yen 900.
- Export the list view record to an Excel file (.xls or .xlsx).
Note that the exported data of Japanese currency contains 2 decimal places:- original = Yen 900
- exported to excel = Yen 900.00
Workaround
- In Excel, select the column.
- Select Format cells.
- Set the custom format to #,##0.
(Alternatively, export into a CSV file and then open the file in Excel.)
Related Problem: PRB864664