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 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]"}) 

1 Reply

Replies have been turned off for this discussion
  • HamzaJ's avatar
    HamzaJ
    Data Integration

    Hi Priyanka 

    You need to enclose all fields with double quotes

     

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