Forum Discussion

Priyanka's avatar
Priyanka
Data Storage
08-10-2022
Solved

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...
  • HamzaJ's avatar
    08-10-2022

    Hi Priyanka 

    You need to enclose all fields with double quotes

     

    prism.jumpToDashboard(widget, { excludeFilterDims   
    : "[country.Country]","[brand.Brand]"})