> 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/10.2-analytics/pentaho-dashboard-designer-cp/advanced-topics/use-prompts-on-dashboards/link-dashboard-prompts-to-analyzer-parameters.md).

# Link dashboard prompts to Analyzer parameters

The instructions below explain how to parameterize an Analyzer report.

**Note:** This process only applies to dashboards which include parameterized Analyzer reports. You must have a query parameter in the Analyzer report to proceed.

1. In your Analyzer report, right-click a field you want to link to, then select **Filter**.

   The Filter dialog box opens. In the example below, data will be filtered by **Territory**.

   ![Analyzer filter](/files/tqmZbPyvEyfH2sclocWB)
2. Enter a name for the parameter in the **Parameter Name** text box and select its corresponding check box to enable it.
3. Select the values you want associated with the parameter. Use the arrow buttons to add and remove values.
4. When finished, click **OK** to save your selections and close the Filter dialog box. Be sure to save your report.
5. In the upper-left corner of the report, you can see that a filter is in use. Optionally, click the **Edit** (pencil) icon to make changes to your filter, or the **Delete** (X) icon to remove the filter.
6. Create a dashboard and drag the Analyzer report into a panel.

   The name of the parameter appears in the lower portion of the dashboard under **Parameters**. If a Between operator is parameterized, two parameters will be automatically created with the suffixes `_START` and `_END`.
7. Add a filter to the dashboard based on the parameter you created in your Analyzer report.

   The filter appears in the dashboard.


---

# 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/10.2-analytics/pentaho-dashboard-designer-cp/advanced-topics/use-prompts-on-dashboards/link-dashboard-prompts-to-analyzer-parameters.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.
