Reset to Default Filters Button using BloX
Updated 02-23-2024
So I am using the BloX JTD script that I shared, and I tried this solution https://community.sisense.com/t5/product-feedback-forum/button-to-reset-all-widget-level-filters/idi-p/20649, and I also have this solution, in which I added the Click action button.
{
"style": "",
"script": "",
"title": "",
"titleStyle": [
{
"display": "none"
}
],
"showCarousel": true,
"body": [],
"actions": [
{
"type": "Click",
"style": {
"color": "#ffffff",
"fontWeight": "550",
"backgroundColor": "#01a793"
},
"title": "Reset Filters"
}
]
}
When I tried both these methods, the button did not reset the filters. The JTD is at the top, the reset filter is below, all my filters are the exact same across the dashboards, so that the filters pass to each dashboard.