Hello everyone,
Is there a way to import data in such a way that we have more than 2 decimal places in the import step?
Our .csv files have 4 decimal places and OS is rounding those amoun...
Hi, the data you see in stage is only the displayed data. If you look at the stored data, you will see up to nine digits. You can check e.g. the cell status in a cube view:
You can set the number format in your cube view to see all four digits as well:
Or you can e.g. query the stable view [vStageSourceAndTargetData] to see the decimals.
Regardless of the displayed data, the system will always use the stored data that includes your 4 digits after the decimal point (provided no one uses a rounding function, which should never be used outside of reporting).
In addition, the number of digits displayed on the Import screen is controlled by the Number Format field of Application Properties. You can change the format so you can see additional digits, but, of course, the change will be applied to the entire application.