> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/anlagenverwaltung/register-format.md).

# Format tab

Customize separators, currencies, formats and typographical conventions according to local/national requirements. These configurations are used in the ACRON Reporter and in reports.

## Date <a href="#datum" id="datum"></a>

### Date format

The date format selected here is displayed in the dialog boxes of the ACRON Reporter and in the reports.

### Date separator

The selected separator is displayed in all ACRON modules.

## Scientific notation <a href="#wissenschaftlicheschreibweise" id="wissenschaftlicheschreibweise"></a>

In order to represent very large and very small numbers, ACRON converts numbers into scientific notation.

### Display large numbers with n or more digits before decimal point ...

Number of (pre-decimal) places as from which large numbers are displayed in scientific notation; default value: 10

<details>

<summary></summary>

7 pre-decimal places and 2 post-decimal places in the mantissa:

1.234.567.880,63 is displayed as 1,23E+009.

</details>

### ... with n decimal places in mantissa.

The number of decimal places in the mantissa with small numbers represented in scientific notation; default value: 2

<details>

<summary></summary>

10 pre-decimal places and 5 post-decimal places in the mantissa:

9.988.776.655,44 is displayed as 9,98878e+9.

</details>

### Display small numbers with n or more zeros after decimal point ...

Number of zeros after the decimal as from which small numbers are displayed in scientific notation; default value: 5

<details>

<summary></summary>

5 zeros after the decimal and 3 decimal places in the mantissa:

0,000001234567 is displayed as 1,234567E-006.

</details>

### ...with n decimal places in mantissa.

The number of decimal places in the mantissa with small numbers represented in scientific notation; default value: 5

<details>

<summary></summary>

3 zeros after the decimal and 4 decimal places in the mantissa:

0,000567893 is displayed as 5,6789E-004.

</details>

## Other <a href="#sonstiges" id="sonstiges"></a>

### Currency

Short name of the desired currency unit

Note

The currency unit is displayed in ACRON Service in the workspace for the extraordinary action.

## Separators

The separators configuration is divided into decimal separators, thousands separators, group separators, and is used in the ACRON Reporter and in reports.

* Decimal separator

  The standard national decimal separator is a comma. A point may also be selected as the decimal separator.
* Thousands separator

  The standard national thousands separator is a point. A comma or apostrophe may also be selected as the thousands separator.
* Group separator

  The group separator is used in the reports to display the full group path in a text or table field.

  Example: "Hauptgruppe / Untergruppe1"

Note

If you want to change group separator characters in vertical reports at a later time, you can only do it in the Form Designer/ 'Table properties' dialog/ Group status/ Header.

### Font size in tables

The desired font size for the data tables of the ACRON Reporter

### [Time stamp](https://github.com/Dataforum-Software/gitbook/blob/master/acron/9.3/en/designer/glossar/zeitstempel.md) Standard time/Summer time identifier

Standard time/Summer time can be indicated by up to 5 characters of any kind.

Note

The identifier is only made visible in the diagram if seconds are displayed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/acron-9.3/en/anlagenverwaltung/register-format.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
