> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66-de/erste-schritte/mehrere-tabellen-kombinieren.md).

# Mehrere Tabellen kombinieren

Nun ist es an der Zeit, ein erstes neues Widget zu erstellen.&#x20;

1. Klicken Sie auf die Schaltfläche **Add table widget** in der Widget-Symbolleiste links neben der Seite.<br>

![](/files/UwAdskQIhO6fyvwQmM77)

Dadurch wird ein neues Tabellen-Widget in der Mitte der Seite hinzugefügt. Nun können Sie Ihre Kenntnisse aus anderen Produkten wie Microsoft PowerPoint oder Google Present nutzen, um das Tabellen-Widget im freien Bereich der Seite zu positionieren.&#x20;

2\. Positionieren Sie das Widget mit Hilfe der folgenden Optionen neu:&#x20;

* Verwenden Sie die linke Maustaste, um das gesamte Widget zu verschieben oder die Größe des Randes des Widgets zu ändern.&#x20;
* Verwenden Sie die Pfeiltasten für detailliertere Anpassungen&#x20;
* Richten Sie das Widget an anderen Widgets mit Hilfe der roten Ausrichtungslinien aus.&#x20;
* Geben Sie neue Werte in die Felder **Position / Size** im **Style**-Tab ein.

<figure><img src="/files/1bTQpIUdq0kumxSA9CRP" alt=""><figcaption></figcaption></figure>

**Hinweis**: Wenn Sie alle Widgets innerhalb einer Seite verschieben möchten, geben Sie STRG+a ein, um alle Widgets auszuwählen, und verwenden Sie die Maus oder die Cursortasten, um sie neu zu positionieren.&#x20;

3\. Um den Inhalt der anderen Tabellen-Widgets zu kombinieren, wählen Sie das neue Widget aus und fügen Sie die Formel ein:&#x20;

**COMBINE**(<mark style="color:blue;">#year</mark>; <mark style="color:blue;">#contribution</mark>; <mark style="color:blue;">#totalValue</mark>; <mark style="color:blue;">#growth</mark>; *<mark style="color:orange;">horizontal</mark>*)&#x20;

4\. Wählen Sie auf dem Style-Tab die Option **Right alignment** ![](/files/ZW5jqzTn7Lzwl7yGTy2X)

**Hinweis**: Wenn Sie möchten, können Sie das Zahlenformat des neuen Tabellen-Widgets im **Content**-Tab auf der rechten Seite anpassen, z. B. für Ziffern (**Digits**) oder Gruppierung (**Group**).


---

# 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://docs.nedyx.com/version-1.66-de/erste-schritte/mehrere-tabellen-kombinieren.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.
