Jump to Dashboard adding filters I did not want at dashboard level
I have a dashboard that is using the jump to dashboard plugin. when the user clicks on an indicator a _drill dashboard appears. My _drill dashboard has about 5 filters displayed for the user to use but for some reason, an extra two get added when it is accessed from the parent dashboard.
I have checked all widgets for the entire dashboard and parent dashboards and this filter does not exist anywhere except they are values I use as filters within a widget when creating a value to be displayed in the widget.
When I hit the refresh icon at the top of the filter pane these two unwanted filters will disappear and my dashboard will work properly but this happens again the next time the dashboard is loaded and the _drill dashboard is accessed again.
Has anyone experienced this or have a solution?
-
Hi,
Check in config.js of this plugin they are many options it may slove your issue.
excludeFilterDims : [], // Dimensions to exclude from the drilled dashboard filter
includeFilterDims : [], // Dimensions to include in the drilled dashboard filter.....
resetDashFiltersAfterJTD : false, // Should reset filters of a dashboard that was opened from Jump to Dashboard
Regards,
Patrice
Please sign in to leave a comment.
Comments
1 comment