Priyanka
08-10-2022Data Storage
Exclude specific filters on JTD script not working
Hi,
I'm trying to use this script to disable a filter on jump-to-dashboard, but its not working.
prism.jumpToDashboard(widget, { excludeFilterDims
: "[country.Country],[brand.Brand]"})
I'm using L2022.6.0 version. Please suggest what's the right way to do disable the JTD filter.
Hi Priyanka
You need to enclose all fields with double quotes
prism.jumpToDashboard(widget, { excludeFilterDims
: "[country.Country]","[brand.Brand]"})