# Running functions

The **Running** category contains mathematical functions that deal with running totals, as opposed to global or summary totals.

| Function Name        | Purpose                                                                                                       |
| -------------------- | ------------------------------------------------------------------------------------------------------------- |
| **Sum**              | Calculates a running total sum of the specified column.                                                       |
| **Count**            | Counts the items in a group or report.                                                                        |
| **Group Count**      | Counts the number of groups in a report.                                                                      |
| **Count Distinct**   | Counts the distinct occurrences of a certain value in a column.                                               |
| **Average**          | Calculates the average value in a given column.                                                               |
| **Minimum**          | Identifies the lowest or smallest value in a column.                                                          |
| **Maximum**          | Identifies the highest or largest value in a column.                                                          |
| **Percent of Total** | Calculates the percentage value of a numeric column. The total sum is divided by the number of items counted. |


---

# Agent Instructions: 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/9.3-report-designer/function-reference/running-functions.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.
