# Row Filter

You can filter the rows (data) to show by the condition on Summary View and Table View. You can define the condition from the "Rows" button at the top. The condition can be shared among the Summary View and Table View.

Summary View

![](/files/Kbb1SKyTvGnaS2w473VZ)

Table View

![](/files/h1RGbFF5pGkmWAfZDuFm)

If conditions are applied, the button gets highlighted. The number on the button means the number of rows after applying the filter.

![](/files/7TvXXN68ITSkZrV6PKsN)

## Create a new Condition

You can click the "Rows" button to create the very first condition. It will immediately open the Filter dialog. You can define the condition, and click the "Run" button to apply the condition.

![](/files/oCLsqBSGEQ4Hp5LKetCN)

## Update and Delete Conditions

You can click the "Rows" button to update existing conditions, add other conditions, or delete conditions.

You can add other conditions by clicking the "+ Add Filter" link.

If you have multiple conditions, you can choose how to apply those conditions. Those 2 options are available.

* AND (&)
* OR (|)

![](/files/icHewP4uXuLL7AQLJCEV)

## Reset Conditions

You can remove all the conditions at once by clicking the 'x' icon in the "Columns" button.

![](/files/oLOlTxEdLfKdOxgUXguB)


---

# 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.exploratory.io/product-features/row_filter.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.
