> 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-analyzer-cp/advanced-topics/defining-hyperlinks-cp/create-hyperlinks-to-a-report-in-the-pentaho-repository.md).

# Create hyperlinks to a report in the Pentaho Repository

Perform the following steps to create hyperlinks in reports:

1. Create an Analyzer report or open an existing one.
2. Right-click a row or column level and select **Hyperlink**.

   The Link on dialog box appears.
3. Click **Enable Link** to activate the hyperlink feature.

   You can disable linking by clearing the **Enable Link**check box.
4. In the **Link To** drop-down menu, select **Pentaho Repository File**.
5. Click **Browse** to locate a report, chart, or dashboard in the Pentaho Repository and click **Open**.
   1. If the destination report has parameters, they automatically appear in the **Destination Parameter** list on the left. Map parameters in the row or column levels to parameters in the destination report by selecting the check box for each parameter you want to use to constrain the resulting data. Enter the related names of the row or column levels within curly brackets.
   2. If the destination report does not have parameters, the **Destination Parameter** list does not appear. Go to the next step.
6. Specify how hyperlink content displays by clicking the **Open in** drop-down menu and selecting **New Tab**, **New Window**, or **Current Window**.
7. Enter a **Tool Tip** to be displayed when you hover over hyperlinks and click **OK**. Hyperlinks appear in the Analyzer report.
8. Click the links to ensure the content associated with them appears correctly and save 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/10.2-analytics/pentaho-analyzer-cp/advanced-topics/defining-hyperlinks-cp/create-hyperlinks-to-a-report-in-the-pentaho-repository.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.
