# Custom Reports

## Editing Report Summaries

{% hint style="danger" %}
This feature is still in testing phase. Some features might not work as intended. Please contact your Customer Success Manager for any feedback.
{% endhint %}

Custom reports gives you the capability of user defined aggregation on specified fields. You can access this via the context menu in the top right corner of an existing report summary.

![Context menu on a report summary](/files/P7MsxRKipuVMUzf56q57)

### Custom Report Editor

The report editor is a full screen view that allows for several types of modifications. In the centre you will find a preview of the current report (all changes will immediately reflect here). On the right hand side, you will find the Configuration panel.

{% hint style="info" %}
This feature was designed to be used on a Desktop computer.
{% endhint %}

![Report editor](/files/V01kKD6iX5c6cgIDV6fF)

### Configuration panel

{% hint style="info" %}
Did you know you can double click on Report name, or on the Value names to change it?

<img src="/files/2gHNW3pEGPO0dNGRh16E" alt="" data-size="original"><img src="/files/WC07iQkLcMmsa6l2kOjH" alt="" data-size="original">
{% endhint %}

#### Rows

Rows determine how the data should be grouped, and how many levels of drill down there is.

<div align="center"><img src="/files/pdBiwfUAxgaHksy6qYU5" alt="Rows configuration"></div>

#### Columns

Columns can also determine how the data should be grouped. This is mostly used when you want to compare data on the same level. Example: Comparing last week's data with this week's data.

#### Values

This is where one can adjust what values to show, and how they should be aggregated.

![Values configuration](/files/vk5XrtZmREjYMZXiByxN)

#### Calculations

Calculations are used to combine several columns or data sources in some way.

{% hint style="warning" %}
To date, one can only rename and remove an existing calculation.
{% endhint %}

### Saving

You can save your changes which will then load every time this particular report opens. If you don't want the changes any more, you can just *Revert to default.*

![Pivot context menu](/files/B9aAOzjP5esACVrT8AsH)

{% hint style="danger" %}
PLEASE NOTE: You're changes will only be available on the current device. If you clean your browser's local storage these changes will be lost.
{% endhint %}


---

# 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://help.allwage.com/fundamentals/report-summary/custom-reports.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.
