# Parametrization of reports

In aqua, you can enter parameters to specialise and filter your reports. To do this, open the report designer. On the right-hand side, under 'Field List' tab, you can enter a new parameter for the report, which can be used to specify or filter elements. \
\
Let's see how to filter the tested version of a test execution in a test scenario :rocket:\
\
Select 'Parameter' from the field list and click on![](http://aquawiki.andagon.com/pictures/drex_parametrization_1_custom.png). &#x20;

<figure><img src="/files/4yQZ9RdEjaFdfRbaD6zO" alt=""><figcaption><p>Adding a parameter</p></figcaption></figure>

Now you can specify the parameter properties&#x20;

<figure><img src="/files/xjlTCrqLD4X7gYN1ksVj" alt=""><figcaption><p>Parameter Specification Settings </p></figcaption></figure>

For this example, we are going to specify our parameter as follows:

**Name:** tested\_version

**Type:** String&#x20;

Then we are goingg back in the Report Designer, now we are going to filter our band with the following data: "ReportData.TestScenarioReport.TestScenarios.Execution" by selecting the properties and click on the three dots next to filter string. &#x20;

<figure><img src="/files/9Aabphejp7Yzg4EErNwy" alt=""><figcaption><p>Filtering the band</p></figcaption></figure>

Select the field corresponding to the value of your parameter, select 'Contains' and choose 'Parameter' from the drop-down menu. Your parameter should now be visible.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_parametrization_1_custom_5.png" 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.aqua-cloud.io/documentation/reporting/parametrization-of-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.
