Skip to main content
Skip table of contents

Settings for Excel Export

Percentage Values

  • To make sure percent values are formatted as percent values in Excel too, you have to check whether the corresponding data field is in a Format where "%" is the last character.

  • This format must either be entered in the Data Areas module in the Format ID field or in the Data Dictionary in the eponymous Format ID field.

Currency fields

For currency fields, the value from the database is always exported to Excel.

Examples

Field

Database

Excel

1: Field currency=CHF, System currency=CHF, Default currency in Excel: €

20.000CHF

20.000(CHF)

€20.000

2: Field currency=€, System currency=CHF, Default currency in Excel: €

€20.000

25.218(CHF)

€25.218

3: Field currency=CHF, System currency=€, Default currency in Excel: €

20.000CHF

15.582 €

€15.582

4: Field currency=€, System currency=CHF, Default currency in Excel: CHF

€20,000

25.218(CHF)

25.218CHF

  • PLANTA project allows you to set currency fields to different formats. After export to Excel, they will be displayed in Excel’s standard currency format.

    • E.g. PLANTA project’s EUR12345678.00 or €12,345,678.00€ formats will both be displayed in €12.345.678.00€ format after export to Excel.

    • The standard currency in Excel and the standard currency format are defined by region and language options.

  • The ExportToExcelSetCurrencyFormatting() IronPython function allows you to define the format in which currency data fields are to be displayed after export to Excel for each module to be exported.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.