> For the complete documentation index, see [llms.txt](https://colah.gitbook.io/illuminate-bi-tool-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://colah.gitbook.io/illuminate-bi-tool-guide/jaspersoft_studio_tips_and_tricks/create-multiple-summary-bands.md).

# Create Multiple Summary Bands

Although it is not possible to add multiple Summary Bands to your report, you can easily create as many additional bands as you need that will behave and function *exactly* like the Summary Band.

You can also use this same method to have a Summary Band at the beginning of the report instead of the end.

Essentially, you are creating a group that includes *every single record in your report*. A group that includes every record in your report will behave and function just like the Summary Band.

## Step 1: Create a Group

1. Navigate to your Outline.
2. Right-click on the very top line of your Outline&#x20;
3. Select **Create Group**. &#x20;

![](/files/-M4GLzUzWvmGkvI0AdjG)

## Step 2: Create a Group from Expression

1. Name Your Group (I usually call mine “Summary2”.)
2. Select **Create Group from expression**
3. Leave the expression field **blank**.
4. Click **Finish**

![](/files/-M4GLzV05CH1IfhkYB72)

Now, you have two more bands in your report (Summary2 Group Header and Summary2 Group Footer), both of which will behave and function *exactly* like the Summary Band.

![](/files/-M4GLzV2mfjglsJHZC1h)

These new "Summary2" bands will always be positioned *above* the default Summary Band. It is not possible to move the original Summary Band, but you can easily just cut and paste anything you currently have in the Summary Band to the "Summary2 Group Header" if you want it to appear at the top of your 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:

```
GET https://colah.gitbook.io/illuminate-bi-tool-guide/jaspersoft_studio_tips_and_tricks/create-multiple-summary-bands.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.
