Dashboard Refresh ButtonIn order to refresh all widgets in a dashboard, we need to refresh the entire page. But we can add a button to refresh all widgets. Here...
Call Rest API using BloxHere is an example of calling a rest API using Blox and displaying its response. This example is to display a list of Sisense folders...
Add text field in TooltipWe already have a script to add additional information in tooltip . But we can display only calculated values (measures) in tooltip using...
Colored labels in Table widgetIf there are more rows in table widget its bit difficult to find a particular item from a column. But it will be easy if we applied...
Hide a Column from Table WidgetSometimes we may need to hide a column from table widget, so that it will appear only in the downloaded CSV file. Here is a solution to...
Blox drop-down v2 - Without 'Apply' buttonWe know its possible to create a dropdown using blox. But it requires a button to apply the filter to dashboard. Here is a solution to...
Filter Buttons v2 - With 'All' buttonWe already have a script to add filter buttons in a widget. Here is an upgraded version of the script which will add another button 'All'...
Enable/Disable Pivot columns based on selected filterSometimes we need to hide or show few columns in pivot table based on a filter selected. Here is a script to achieve this. Steps: Create...