Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Expand
titleExpand here...

Option

Description

dashUUID

Must be present.
The unique identifier for the dashboard to load.

elementId

Either elementId or element must be present.
The id of the html element in which to load the dashboard.

element

Either elementId or element must be present.
The html element in which to load the dashboard.

showTitle

Default: true
Set to false to omit the title bar at the top of the dashboard. All interactive buttons included in the title bar will also be omitted.

showInfo

Default: true
Set to false to omit the Info button in the title bar.

showFilters

Default: true
Set to false to omit the Filters button in the title bar. Any analytical filters will not be displayed.

showExport

Default: true
Set to false to omit the Export button in the title bar.

height

Default: automatically set from the dimensions of the reports in the dashboard.
Set this to a numeric value to override the dashboard height. If the reports in the dashboard require more space, a vertical scrollbar will be added.

width

Default: automatically set from the logged-in user's user’s preferences or the system configuration setting
Set this to a numeric value to override the dashboard width.
Set this to auto to use the full width of the enclosing element.

filters

Set to an object containing filter values to pass to the dashboard.

username

Set this along with the password parameter to authenticate as a particular user when loading the dashboard. This avoids the need for users to enter their login details before viewing restricted dashboards.

password

Set this along with the username parameter to authenticate as a particular user when loading the dashboard.

...