# Kreuztabellierung

## 🔢 Was ist Cross-Tabulation?

Cross-Tabulation ermöglicht es Ihnen, die Ergebnisse von zwei verschiedenen Fragen zu kreuzen.&#x20;

Angenommen, wir haben die folgenden zwei Fragen.

![](/files/1dc6b72cb0b2b35a764d8b67bda8ffc425580ad4)

Mit einer Cross-Tabulation der Fragen können Sie die Beziehung zwischen den Antworten beider Fragen sehen.

![](/files/ea48460885a1962d0521709b7fc57be87cff2fdb)

Mit der Heatmap können Sie eine Heatmap erstellen, die die Ergebnisse in einer visuell ansprechenderen Form als Heatmap darstellt.

<figure><img src="/files/7fd050f2931a2f08a5c3fcc431ca4f877cc9e61b" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.ngsurvey.com/de/form-management/reports/report-builder/report-items/cross-tabulation.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.
