Selected value in accordion widget is not getting change the parent dashboard filter in Sisense Why?
I want to display the filtered values in the parent dashboard filter based on the selection made inside an accordion widget. Is that possible?
MuznahM
Posted 2 years ago·Last reply 2 years ago
9 comments
DRay
·2 years agoHello MuznahM.
Were you able to get this resolved?
MuznahM
OP2 years agoHi DRay
I haven't been able to resolve this issue yet. Since we need to display all the widgets on the same dashboard, I don't think Tabber is the right solution for us.
Thanks for understanding,
Muznah
Assaf Hanina
·2 years agohey MuznahM ,
the Tabber is not linked directly to the indicator but can replace the Accordion and interact with the Filters.
Please find an example:
- Default tab - when users open the dashboard, the drill is not opened
- Drill tab - when users explore more information about the indicator and interact with the dashboard filters.
- displayWidgetIds : [""] - remain empty
- hideWidgetIds : [""] - contain the drill widget list
- displayWidgetIds : [""] - contain the drill widget list
- hideWidgetIds : [""] - remain empty
Tabber Configuration
Example when the Tabber is on Default:
When the Tabber is Open - both widgets include and interact with the filters
General Notes:
MuznahM please update if this solve the issue.
Best Regards
Aneetta
·2 years agoHi irismaessen ,
Can you explain how to replace the accordion with tabber in a KPI widget?
irismaessen
·2 years agoHmm.. Linking it directly to a KPI widget is not possible as far as I know but you should be able to arrange the buttons of the tabber widget in such a way that there's a tabber button directly underneath the KPI widget, perhaps?
Iris
irismaessen
·2 years agoInstead of the fold-out of another dashboard that is the Accordion, you might consider using a Tabber instead. Tabber shows/hides widgets on the dashboard itself depending on the selected tab from the widget.
Because the widgets are still on the dashboard itself, you can have the filters from widgets inside the tabber affect the main dashboard even if they get hidden afterward.
Assaf Hanina
·2 years ago · Editedhey MuznahM ,
The accordion Plugin design to Inherit filters from the Main Dashboard and not the Other way around.
Below are the Objects which can be defined for the Accordion Plugin, according to the Technical Details in the Plugin page
Suggest to review several Alternative options such as:
Best Regards
Assaf
MuznahM
OP2 years agoThank you AssafHanina
Is there another solution for this, such as using a script?
Regards
Muznah
Assaf Hanina
·2 years agohey MuznahM ,
it might be possible using a Script but I'm not familiar Script related.
In case the Drill dashboard is heavily used, i do think that Including the Drill Widgets which require to be filtered on, in the main dashboard will provide the needed solution without the need of additional customization and Load time (of the Accordion)
Best Regards