> 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/attributes-reference-cp-prd/wizard.md).

# Wizard

The following attributes belong to the **wizard** property:

| Attribute Name               | Purpose                                                                                                          | Values                                                                                                                                                  |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **wizard-enabled**           | If enabled, clears out all bands affected by the **generated-content-marker** attribute and starts from scratch. | Boolean; default is true.                                                                                                                               |
| **aggregation-group**        | Defines the group name to aggregate by.                                                                          | String; default is not defined.                                                                                                                         |
| **aggregation-type**         | Defines the function to use to aggregate the field.                                                              | String; default is not defined.                                                                                                                         |
| **generated-content-marker** | Marks the band that you want to insert the wizard's generated content into.                                      | Boolean; default is false.                                                                                                                              |
| **grid-color**               | Defines the hexadecimal border color of the selected element in the **Details** band.                            | String; default is not defined.                                                                                                                         |
| **grid-style**               | Defines the border style of the selected element in the **Details** band.                                        | String; default is not defined. Possible values are: solid, dashed, dot-dash, dot-dot-dash, dotted, double, hidden, none, groove, ridge, inset, outset. |
| **grid-width**               | Defines the border width (in pixels) of the selected element in the **Details** band.                            | Integer; default is not defined.                                                                                                                        |
| **label-detail-header**      | Defines the **Details** band header.                                                                             | String; default is the selected field name.                                                                                                             |
| **only-show-changing-value** | Controls whether the field repeats in the **Details** band.                                                      | Boolean; default is false.                                                                                                                              |


---

# 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-report-designer/attributes-reference-cp-prd/wizard.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.
