Hi tsaho8 ,
At this moment I have one idea how to do this.
You should use "mergeTargetDashboardFilters" and "resetDashFilterAfterJTD" in combination with "excludeFilterDims".
The sampe of action will look like here:
{
"type": "JTD",
"title": "Jump To Dashboard",
"data": {
"dashboardId": "#dashboardid",
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true,
"excludeFilterDims": [
"[Table.column1]",
"[Table.column2]"
],
"mergeTargetDashboardFilters": true,
"resetDashFilterAfterJTD": true
}
}
}
You need to add all filters from the current dashboard to "excludeFilterDims".
You can find more information in the "Technical Details" section here: https://www.sisense.com/marketplace/jump-to-dashboard/.
Always here to help,
Angelina from QBeeQ
[email protected]
QBeeQ - Gold Implementation and Development Partner