Solved
Forum Discussion
2 Replies
Replies have been turned off for this discussion
Hi, I need to lock the first dashboard filter using a dashboard script. Is this possible?
Thanks
Hi GSSC ,
Of course, it's possible. Here is the script:
dashboard.on('initialized', function(dash, args){
dash.filters.$$items[0].locked = true
})-Hari