Solved
Forum Discussion
3 Replies
Replies have been turned off for this discussion
- dmillerData Storage
Thank you very much the help on this!
- ankitvijayCloud Apps
Hi team, is there a way to achieve the same behaviour through iframe?
Anyone have a simple way to disable the "Set as my Default Settings" for dashboard filters?
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!
Hi team, is there a way to achieve the same behaviour through iframe?