cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Dashboard Default Filter Settings

dmiller
7 - Data Storage
7 - Data Storage

Anyone have a simple way to disable the "Set as my Default Settings" for dashboard filters?

1 ACCEPTED SOLUTION

harikm007
13 - Data Warehouse
13 - Data Warehouse

@dmiller ,

Add this dashboard script to your dashboard : 

dashboard.on('initialized', function(se, ev){
	se.userAuth.dashboards.filters.set_defaults = false
})

-Hari

View solution in original post

3 REPLIES 3

harikm007
13 - Data Warehouse
13 - Data Warehouse

@dmiller ,

Add this dashboard script to your dashboard : 

dashboard.on('initialized', function(se, ev){
	se.userAuth.dashboards.filters.set_defaults = false
})

-Hari

Thank you very much the help on this! 

ankitvijay
8 - Cloud Apps
8 - Cloud Apps

Hi team, is there a way to achieve the same behaviour through iframe?