# Sort

{% tabs %}
{% tab title="Sort by Ascending" %}
Sort any field in reports by ascending order to show values from smallest to the largest, or alphabetically from A to Z.\
\
**For Example**: Sorting the report by Product Title arranges field values to start from 'A'.

You also have an option to limit the number of rows shown per page to the Top 10, 25, 50 or 100.&#x20;
{% endtab %}

{% tab title="Sort by Descending" %}
The Descending Sort feature lets you arrange data to show the highest value first and lowest value last. For text, reverse alphabetical order is applied (from Z to A).

**For Example**: Applying the descending sort to a report's Product Title column places products with names starting from Z first, then those with Y, and so on.

You can also limit the number of rows shown per page to the Top 10, 25, 50, 100, or see all rows on the same page.
{% endtab %}

{% tab title="Multi-Sort" %}
Sort multiple fields in ascending or descending order as required. This sorting allows for flexibility in applying the sort function for enhanced data analysis. \
\
**Ex:** Sorting **Product Title** in ascending order and **Net Quantity** in descending order.

You can limit the number of rows shown per page to the Top 10, 25, 50, 100, or see all of them.
{% endtab %}
{% endtabs %}


---

# 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/sort.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.
