# Column Filter

You can filter the columns by the condition on Summary View and Table View. You can define the condition from the "Columns" button at the top. The condition can be shared among the Summary View and Table View.

Summary View

![](/files/dnseO99JZCPqGyv01cbp)

Table View

![](/files/tLXq1okQzswK7jThuJTk)

If conditions are applied, the button gets highlighted. The number on the button means the number of columns currently showing.

![](/files/0sNTVEHFqndGTCuxdET5)

The following filter options are available.

## Keyword

You can filter columns by the keyword. The following search options are available.

* Contains: You can show columns that contain the keyword anywhere in the column name.
* Starts With: You can show columns that contain the keyword at the beginning of the column name.
* Ends With: You can show columns that contain the keyword at the end of the column name.

![](/files/0sNTVEHFqndGTCuxdET5)

## Data Type

You can filter columns by the data type. You can check the data type to show. You can check multiple checkboxes. If you don't check anything, filtering by the data type is disabled. The following data type options are available.

* Numeric
* Character
* Factor
* Logical
* Date
* POSIXct
* Others - It matches the data types that don't match any of the data types above (Numeric, Character, Factor, Logical, Date, POSIXct).

![](/files/3dV30BxDBZczy2bqQl6D)

## Reset Conditions

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

![](/files/bZuQnIWgrOvuyZiwIRIr)


---

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