# Re-arrange columns

Report Pundit allows you to change the order of the columns in the same report at two levels: summary and detailed.

By default, both pre-made and custom reports are set to the Summary level. At this level, it's important to note that Text and Numeric columns cannot be mixed together as it may cause the report to break. However, at the detailed level, columns can be rearranged as desired.

In order to re-arrange the columns, follow the below steps: \
\
**Summary Level re-arranging columns**

<figure><img src="/files/ktTIJ6ZzafzJifSKWjBb" alt=""><figcaption><p>Summary Level</p></figcaption></figure>

**Detailed level re-arranging columns**

<figure><img src="/files/WhCRC3oLExTZgFBjW7RW" 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.reportpundit.com/knowledge-base/report-creation/customized-reports/re-arrange-columns.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.
