string
The unique ID of a Dashboard View to render the dashboard with filter view applied.
""
(empty)Example
var dashboard = BoldBI.create({
viewId: "b64aebef-58ca-4033-b81a-39350c849b75"
});
dashboard.loadView();
string
The name of a Dashboard View to render the dashboard with filter view applied. dashboardId
is mandatory to use along with this member.
""
(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.