ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Widget refresh Hi Harry I am changing the indicator color based on some specific conditions. This has to be done using a script (and not via provided color formatting within widget) since it is a complex logic. Edit Widget Script Sisense to display NA for specific condition I want to add a custom script for my widget so that whenever user selects date range spanning more than 1 year, the widget (gauge indicator) should display NA for both value and secondary measure. Any help will be appreciated. SolvedAdd link to widget title Hello, I have a requirement to add a URL to the widget title so the users will be redirected to a page that will give them more information about the widget data. Can I achieve these 2 things for all widget types ? NOTE : I have already gone through below links and tried them. However, they are different from what I want to achieve. https://community.sisense.com/t5/build-analytics/add-description-to-widget/td-p/3861 https://www.binextlevel.com/post/add-button-to-sisense-widget FYI, some of my widgets are having JTDs. So on click of those widgets, I am redirected to another dashboard. SolvedWidget refresh Hello, I have added a widget script which performs my required action and at the end I want to refresh the widget. Everything is working fine but the widget keeps on refreshing again and again. Is there a way to limit this so the widget is refreshed only once after the result is processed. Below is the structure of the script used : widget.on('processresult', function(widget, query) { . . . . . . widget.refresh(); }); Re: Dashboard Filter Okay yes. It is working fine now. Thank you. Re: Dashboard Filter Hi harikm007 This script is not working as expected. As you can see the date was set to today which is correct. However, on click of restore my default filters it goes back to the default filter that was set manually earlier. The default filter was not reset to have to date as today. Dashboard Filter Hi, I had a requirement to set my Dashboard date filter to have end date as today and this should be the default filter. (eg. 1 Jan 2022 to today) I found below script that does the job of setting today as end date dynamically. https://community.sisense.com/t5/build-analytics/dashboard-custom-advanced-filter/m-p/3117/highlight/true#M742 Now, if I set this as default filter manually today (1 Jan 2022 to 4 Oct 2022); it will still be the default filter tomorrow unless I manually set it to tomorrow's date. I want the default filter to be reset dynamically as well. It should always be <start date> to today. Is there a way to achieve this ? SolvedRe: Widget script for specific condition in Column chart Thank you so much, Hari! Much appreciated. Re: Widget script for specific condition in Column chart Hi, The first way that you suggested is exactly what we are doing right now. However, that just displays a blank widget; which is not ideal for the users. Having it explicitly display N/A or 'No Result' is what I want to achieve (which is why I was hoping a widget script would be ideal) As for the second way, it is also showing similar result as mentioned above. Thanks Re: Widget script for specific condition in Column chart Hi Hari, I need to display N/A or 'No Result' when value of disabled panel is >1. Also, I don't have the filter option in my column chart since I don't have anything in my categories field (you can check the snapshot I have shared). Thanks for your help