> 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/pentaho-interactive-reports-cp/get-started-with-pentaho-interactive-reports.md).

# Get started with Pentaho Interactive Reports

By going to the **Browse Files** perspective in the User Console, you can also view an editable version of the Vendor Sales report. Switch to the **Browse Files** perspective in the User Console, then follow these steps.

1. In the **Folders** pane, click to expand the **Public** folder, then click to highlight the **Steel Wheels** folder.
2. In the **Files**pane, click on **Vendor Sales**, and then click **Edit** in **File Actions**.

   The **Opened**perspective appears with the Interactive Reports and toolbars active.

   ![Create New Interactive Report Panel](/files/NBIytB0BDJM7R55OLO3D)

| Item | Name                                             | Function                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ---- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 1    | Opened view                                      | Displays quick access buttons across the top to create and save new Analyzer reports, Interactive Reports, and Dashboard Designer reports. Opened reports and files show as a series of tabs across the page.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2    | **Data**, **Formatting**, and **General** panels | <p>Use the <strong>Data</strong> panel to drag information into a column or a row on the report. Your report display changes as you drag items onto the <strong>Report Canvas</strong>. Use <strong>Find</strong> to search for a specific field.</p><p>Delete a level or measure from your report by dragging it from the <strong>Layout</strong> panel to the trash can that appears in the lower right corner of the <strong>Report</strong> panel.</p><p>The <strong>Formatting</strong> panel allows you to change the font size and type on the opened report.</p><p>The <strong>General</strong> panel allows you to set preferences, select a paper size for printing, and select from a variety of templates for your report.</p> |
| 3    | Report canvas                                    | Shows a dynamic view of your Interactive report as you work to build it. The look of your report changes constantly as you work with **Data**, **Formatting**, and **General** panels to refine it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| 4    | Interactive toolbar and filters                  | Use the toolbar functions to undo or redo actions, hide lists of fields, add or hide filters, disable the auto-refresh function, adjust settings, change the view of your report, and limit the number of rows queried. Use the filters panel to display a list of filters applied to the active report, or edit or delete filters.                                                                                                                                                                                                                                                                                                                                                                                                        |


---

# 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/pentaho-interactive-reports-cp/get-started-with-pentaho-interactive-reports.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.
