Report Table
Description
Displays the each of the items from a reporter in a table.
A report table must contain two things:
A reporter macro (such as Content Reporter or User Reporter), which finds the list of items to report on, and
one or more Report Column must be present to define what data is displayed.
It may also optionally include a Report Empty macro, which specifies what will be displayed if no items are returned from the reporter.
Parameters
Name | Required | Migratable to Cloud? | Default Value | Description |
---|---|---|---|---|
maxResults |
|
| 100 | The maximum number of results to display. |
firstResult |
|
| 1 | (Since 2.0.0) Specify the number of the first result to start displaying in the report. The first item has a number of 1. |
depth |
|
| 0 | If the item has children, the depth do display its descendants. May be all for all descendants, or a whole number value above 0. (Since Reporting 1.3) |
injected |
|
| false | If set to true, the column bodies will have any '%prefix:keychain%' values injected with values from the current report item prior to being rendered.
* It is a good practice to set the Injection to true at on {report header}, {report body}, {report footer}, or {report column}, instead on the highest level of the report. |
class (CSS Class) |
|
| The CSS class to render the table with. | |
displayTitles |
|
| true | If set to false, the title header row will not be displayed. (Since Reporting 1.0.1) |
Editor View
Macro Edit View
Not applicable.
Notes
Not applicable.
Tutorial Examples
- Add a dropdown filter to the Space Inline Comment Report
- Split page titles containing hyphens into separate values
- Searching Confluence Pages for a Specific Macro
- List All Comments Including Unresolved Inline Comments
- Split report results that have special characters
- Show maps based on addresses in Scaffolding fields
- Showing Pages without Recent Update
- Searching for URLs that contain a specific string
- Reporting the sum of fields in children pages based on grouping and filters
- Multiple Ways to Use Expanding Reporter
- Listing pages with Username labels
- Listing pages that were modified by current user
- Listing Pages created from Global Templates
- Listing open and resolved comments from each page in a space