Report Manager
Read More
MARKETPLACE
By Sisense
This add-on is pre-installed on Sisense in Linux environments and its version could be different. The download link is for Sisense on Windows.
The Accordion enables you to toggle between different sub-dashboards on demand by clicking an Indicator widget.
The Accordion add-on is useful for providing large amounts of information within a limited space.
widget.on('ready', function(){
Accordion({
//default: true, // uncomment this to make accordion to open on start
element: element,
widget: widget,
dashboard: dashboard,
dashboardName: '_accrd_myDashboardName',
dashboardFiltersSelection: [], // dashboard filters which should be passed to the target dashboard. For configuration please see section 'Configuration' point two.
dashboardFiltersInheritance: false, //gives the possibility to apply all of the filters from the parent dashboard to the target dashboard
widgetFiltersInheritance: false // set to true if you want to inherit the widget filters to the dashboard
});
})
Parameter Name | Description | Types | Default Value | Accepted Values |
default | Open or do not open accordion on start | boolean | false | true, false |
element, widget, dashboard | Properties that can’t be changed | – | – | – |
dashboardUrl | URL of the destination dashboard (can be used instead of dashboardName ) | string | ‘http://localhost/app/main#/dashboards/<YOUR_DASHBOARD_ID>’ – used as example | String with the link to the destination dashboard |
dashboardName | Name of the destination dashboard (can be used instead of ‘dashboardUrl’ ) | string | ‘_accrd_myDashboardName’- used as example | String with the name of the destination dashboard |
dashboardFiltersSelection | Array of strings with the table name and field name of the filter | array | Empty array | array |
dashboardFiltersInheritance | Enables you to apply all of the filters from the parent dashboard to the target dashboard | >boolean | false | true, false |
widgetFiltersInheritance | Inherit the widget filters in the dashboard | boolean | false | true, false |
This is a free add-on. Click here to download.
3/28/2024: – v1.2.25
5/24/2023:
3/22/2023:
27/01/2021:
21/04/2020:
07/11/2019:
25/09/2019:
29/08/2019: