psdutton315
05-30-2023Data Storage
Jump To Dashboard Exclude multiples filter syntax
Would like to exclude multiple columns in a pivot table as filters in a jump to dashboard. We are using the syntax below in a widget script on the dashboard that we are jumping from, but there is an issue and the filters are not being excluded. We built the script based on feedback in another post:
https://community.sisense.com/t5/build-analytics/is-there-a-way-to-pass-specific-filters-for-jump-to-dashboard/m-p/4256
Here is the script we are using:
prism.jumpToDashboard(widget, {
displayDashboardsPane:false,
displayToolbarRow :false,
displayHeaderRow :false,
excludeFilterDims: [
"[_drill_CSNAP_LOAD_DETAIL.CUST_CODE]",
"[_drill_CSNAP_LOAD_DETAIL.Days In PICKUP_DATE (Calendar)]",
"[_drill_CSNAP_LOAD_DETAIL.Origin City State]",
"[_drill_CSNAP_LOAD_DETAIL.Destination City State]",
"[_drill_CSNAP_LOAD_DETAIL.CARRIER_MODE]",
"[_drill_CSNAP_LOAD_DETAIL.CARRIER_SERVICE]"
],
includeFilterDims: [
"[_drill_CSNAP_LOAD_DETAIL.LOAD_NBR]"
]
});
but it doesn't seem to be working.
Any advice would be appreciated
Thanks!
Any advice would be appreciated
Thanks!