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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Embedding a Report

Using the Share menu, copy the Embed 埋め込み Javascript, which identifies the report to load, for use in your HTML page, wiki, or blog. It will take a form similar to this:

Code Block
html
html
<script src="http://reporting.example.com/JsAPI?reportUUID=e5e5aaf3-c3b8-4f9b-8280-e21e4d848e63&width=500&height=500" type="text/javascript"></script>

See the Basic Use 基本的な使用 for more information.

Embedding a Dashboard

Using the Distribute menu, copy the Embed Javascript, which identifies the dashboard to load, for use in your HTML page, wiki, or blog. It will take a form similar to this:

Code Block
html
html
<script type="text/javascript" src="http://reporting.example.com/JsAPI?dashUUID=3b0b6c9a-9dfb-41f0-b85a-eb17bb8aeeb9"></script>

See the Basic Use 基本的な使用 for more information.

User Access

...

Authentication details can be passed to the API when the dashboard or report is loaded, either by passing a username and password, or authenticating via web services and passing the login token to the API. This allows you to use a specific user to load content rather than requiring the user to enter their details.

See the Basic Use 基本的な使用 for more information.

When a report or dashboard is requested through the Javascript API, the following process is used to authenticate the user:

...

  • Reports at the Client Org level are not supported
  • Multiple reports may be added to a single HTML page, but each report may only be included once per page
  • Only one dashboard is supported per HTML page
  • The calendar selector for date filters is not available
  • Drill Anywhere is not available
  • Saved Filter Sets are not available
  • Chart Animation is not available
  • The Multi-Chart Canvas is not available

 

horizontalrule
Styleclass
ClasstopLink

top

 

...