> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/9.3-analytics/pentaho-analyzer-cp/adding-filters-to-an-analyzer-report/add-filters-to-an-analyzer-report.md).

# Add filters to an Analyzer report

Use the following steps to add a filter to your report using the **Select from a list** option.

1. Log in to the User Console, then click **Browse Files** to browse to the location of your Analyzer report, or choose **Create New** > **New Analysis**.
2. Open the existing report. If creating a new report, select the data source that you want to use and click **OK**, and then enter the data dimensions for the report in the **Layout** panel.
3. Click the **Add A Filter** icon.

   A workspace for filters appears near the top of the report.
4. Drag a field or column into the filter workspace from the **Available Fields** pane.

   The **Filter** dialog box appears. The **Select from a list** option is selected by default.
5. Click in the **Currently** field, and then select **Included** or **Excluded** from the drop-down menu to define how selections are filtered.

   ![Filter dialog box with the Select from a list option selected.](/files/L0pW5xvyr33Y1gRI1Gv5)
6. Select the value (or values) that you want to use in the **Add Selected** list and click the Arrow to move your selections into the right pane, or click the Double Arrow to move all the values.

   The value or values appear with a check mark in the right pane.

   ![Filter dialog box with values selected.](/files/r7AvkUcDOD2U5Sb9d3ZE)
7. After you have selected all the values that you need from the list, click **OK** to exit the dialog box. Your Analyzer report displays data for the chosen values only.
8. Save your report. You can click **Undo** or **Reset** to return to the previous version of the report.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pba/9.3-analytics/pentaho-analyzer-cp/adding-filters-to-an-analyzer-report/add-filters-to-an-analyzer-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
