cancel
Showing results for 
Search instead for 
Did you mean: 
Liliia_DevX
Sisense Team Member
Sisense Team Member

Passing Filters to Accordion in Sisense Dashboards

Introduction

This article provides guidance on how to pass widget filters to an accordion in Sisense dashboards. This functionality allows users to maintain a single version of a dashboard while applying different filters, enhancing efficiency and consistency across multiple dashboard views. If there is an issue with Accordion not passing/ carrying over the dashboard or widget filters, this guide might also help you to configure the add-on according to your needs.

Step-by-Step Guide

To pass widget or dashboard filters to an accordion in Sisense, follow these steps:

 

For Sisense versions prior to L2024.3:

 

  1. Navigate to the widget script section in your Sisense dashboard by clicking 3 dots menu > Edit Script.
  2. Use the “dashboardFiltersSelection” array to specify which dashboard filters should be passed to the target dashboard.

Example: dashboardFiltersSelection: [], // Add your desired filters here

  1. Set “dashboardFiltersInheritance” to true if you want to apply all filters from the parent dashboard to the target dashboard.

Example: dashboardFiltersInheritance: true,

  1. Set “widgetFiltersInheritance” to true to inherit widget filters to the dashboard.

Example: widgetFiltersInheritance: true,

  1. Save the changes to apply the filter settings.

 

Starting from L2024.3 it’s possible to configure the same behavior via the new UI. Please refer to this guide for reference: https://docs.sisense.com/main/SisenseLinux/accordion.htm

Conclusion

By configuring the widget script as outlined, you can effectively pass widget filters to an accordion in Sisense dashboards. 

References/ Related Content

For more detailed information, please refer to the Sisense Accordion Documentation: https://docs.sisense.com/main/SisenseLinux/accordion.htm. This resource provides additional technical details and configuration options.

Rate this article:
Version history
Last update:
‎12-17-2024 08:17 AM
Updated by:
Contributors