> For the complete documentation index, see [llms.txt](https://wiki.swot.de/handbuch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.swot.de/handbuch/swot_co/einstellungen/kennzahleneditor.md).

# Kennzahleneditor

Ein Klick auf **Kennzahleneditor** öffnet das Fenster **Kennzahlen**. Die zu einem Bericht gehörenden Kennzahlen sind aus Gründen der Übersichtlichkeit in gleichnamigen **Kennzahlengruppen** zusammengefasst worden. Mit dem Button **Neu** können Gruppen oder einzelne Kennzahlen in der markierten Kennzahlenmappe angelegt werden.

Den Namen der Kennzahlengruppe und der Kennzahl vergibt man jeweils im Feld **Kennzahlenname**. Mit dem **Formeltest** überprüfen Sie Ihre neue Kennzahl auf mathematische Richtigkeit. Mathematisch falsche Kennzahlen können nicht gespeichert werden.

Der Button **Löschen** bzw. die Auswahl von **Gruppe / Kennzahl löschen** im Kontextmenü entfernen Ihre Auswahl (Kennzahlengruppe oder der Kennzahl) aus *SWOT Co*.

Mit einem Doppelklick werden die Positionen aus der **GuV**, **Aktiva**, **Passiva,** **Kennzahlen** und den **Berichtszeilen** nach links in das Feld **Berechnungsvorschrift** übernommen.\
In der **Berechnungsvorschrift** werden alle GuV-Positionen mit **ER** (Ergebnisrechnung) abgekürzt und alle aktiven Bilanzpositionen werden wie folgt abgekürzt:

* AA = Aktiv Anfangsbestand
* AS = Aktiv Soll-Wert
* AH = Aktiv Haben-Wert
* AB = Aktiv Bestandsänderung
* AE = Aktiv Endbestand

![](/files/c52UcZNNBJyEzEhuuSnt)


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.swot.de/handbuch/swot_co/einstellungen/kennzahleneditor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
