> 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-report-designer/function-reference.md).

# Function reference

You can click the **fx** button in the upper left corner of the pane to add a new function. Delete a function by clicking it, then pressing the Delete key, or by right-clicking it and selecting **Delete** from the context menu.

Every function available in Report Designer is defined below and categorized according to the group it belongs to.

* [Common functions](/pba-report-designer/function-reference/common-functions.md)
* [Report functions](/pba-report-designer/function-reference/report-functions.md)
* [Summary functions](/pba-report-designer/function-reference/summary-functions.md)
* [Running functions](/pba-report-designer/function-reference/running-functions.md)
* [Advanced functions](/pba-report-designer/function-reference/advanced-functions.md)
* [Chart Data functions](/pba-report-designer/function-reference/chart-data-functions.md)
* [Image functions](/pba-report-designer/function-reference/image-functions.md)
* [Script functions](/pba-report-designer/function-reference/script-functions.md)
* [Deprecated functions](/pba-report-designer/function-reference/deprecated-functions.md)


---

# 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:

```
GET https://docs.pentaho.com/pba-report-designer/function-reference.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.
