top of page
Tags


Elegant Buttons to Switch Between Two Measures
When analyzing data, it’s helpful to see both actual numbers and percentage values. For example, you might want to know how many students...
Â
Â
Â


Add text field in Tooltip
We already have a script to add additional information in tooltip . But we can display only calculated values (measures) in tooltip...
Â
Â
Â


Filter Buttons v2 - With 'All' button
We 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'...
Â
Â
Â


Widget Refresh Button
In Sisense, widgets will be refreshed when - we reload the dashboard - change any filters - click on refresh button which can be found in...
Â
Â
Â


Buttons to Sort bars/columns
Sorting is very simple in Sisense. But this option is accessible only by chart editors. We can add buttons to sort the chart by name or...
Â
Â
Â


Disable/Deselect One or More Items in Legend By Default
In Sisense, all legends are enabled by default. Below script can be used to disable one more items in legend when load/refresh the widget...
Â
Â
Â


Target/Benchmark Line Based on Selected Filter
It is possible to add a benchmark/Target line to a chart using script. But there can be situations where we need to change the benchmark...
Â
Â
Â


Filter Dropdown in Widget
Here is script to add filter dropdown to a widget. We can filter to a particular item by selecting an item from the list. Steps: Create...
Â
Â
Â


Filter Buttons in Widget
Here is script to add filter buttons to a widget. There will be one button for each items in a dimension and we can filter to a...
Â
Â
Â


Switchable Measure Dropdown
Here is a script to add a dropdown to switch between different measures/calculation. For example, in below screenshot, each item in...
Â
Â
Â


Switchable Measure Buttons
Here is a script to add buttons to switch between different measures/calculation. For example, in below screenshot, each button represent...
Â
Â
Â


Add Scrollbar to widget
If X-axis of a line chart, bar chart, column chart or area chart contains too many items, one option to view them is enable 'Auto Zoom'...
Â
Â
Â


Total value in Column/Line chart
Using Blox we can visualize Total Value and sparkline to show values over time. Here is a widget script to create similar visualization...
Â
Â
Â


Custom No Result message
Below script will allow you to change default 'No Result' message to any message you want. It is possible to apply different messages to...
Â
Â
Â


Button to Show/Hide value labels
Sometime the widget looks messy when we enable value labels. At the same time it would be good to enable it to analyze the chart easily....
Â
Â
Â


Button to change widget type
By default, only data designer can change the widget type. Below script will add buttons to a widget, so that user can change the widget...
Â
Â
Â


Add description to Widget
Here is a method for adding detailed information about the chart and data that will always appear at the bottom of a widget. Steps:...
Â
Â
Â


Add subtitle to Widget
Sometimes we may need to add some more information about the data displayed on the widget. i-button is an option to add this...
Â
Â
Â


Dynamic widget title and axis label
There can be situations where we need to display widget title and axis labels based on selected item in filter. Here is a script to...
Â
Â
Â


Add additional information in tooltip - (Column, Bar, Line, Area chart)
Sometimes we may need to include more information in tooltip. Here is how we can achieve this. Steps: Create column/bar/line/area chart...
Â
Â
Â
bottom of page