30日間の無料評価版をお試しいただけます。

Versions Compared

Key

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

...

The URL to the API is based on the URL used to access the Yellowfin front-end. For example, if users access Yellowfin through *http://reporting.example.com:8080/*Image Removed then the Javascript API URL will be *http://reporting.example.com/8080/JsAPI*Image Removed. The URL will be accessed by the end user's browser, so it must be accessible from anywhere that end users will user your page (internal network, external, via VPN, etc.).

...

Expand
titleExpand here...

Parameter

Description

dashUUID

Must be present.
The unique ID identifying the dashboard to load.

version

The API version to use. If the server does not support the requested version, an error message will be displayed. If this is not included, the server will use its current API version.

elementId

The id of the html element in which to load the dashboard. If this is not included, a container element will be created at the point that the script tag is included.

showTitle

Default: true
Set to false to omit the title bar at the top of the report. 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

Set this to a numeric value to override the dashboard height.
If not specified, the dashboard height will be set large enough to show all reports without scrolling.

width

Set this to a numeric value to override the dashboard width.
Set this to auto to expand to fill the parent element.
If not specified, the dashboard width will be set based on the logged-in user's user’s preference setting, or the system configuration setting.

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.

token

Use a web service token to authenticate a user when loading the dashboard.

...