Search results

Members

viewId

string

The unique ID of a Dashboard View to render the dashboard with filter view applied.

  • Default value : ""(empty)

Example

var dashboard = BoldBI.create({
     viewId:  "b64aebef-58ca-4033-b81a-39350c849b75"         
});
dashboard.loadView();

viewName

string

The name of a Dashboard View to render the dashboard with filter view applied. dashboardId is mandatory to use along with this member.

  • Default value : ""(empty)

Example

var dashboard = BoldBI.create({
     dashboardId: "5cb065f7-dabb-4b0c-9b45-c60a5730e963",
     viewName : "view 1"       
});
dashboard.loadView();

Other than the viewId and viewName members described above, all other members available for dashboard views are identical to those used when embedding dashboards. For a complete list of supported members, please refer to the dashboard members documentation.

Contents
Contents