top of page
Tags


Enable/Disable Pivot columns based on selected filter
Sometimes 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...
323 views
0 comments


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...
165 views
0 comments


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...
239 views
2 comments


Blox drop-down with 'All' selection
Here is a solution to create dropdown filter using blox which contains an additional 'All' element to filter all item in the column....
951 views
0 comments


Hide widgets based on selected filters
There can be situations where we need to hide few widgets if particular item is selected for a filter. Here is a script to hide widgets...
415 views
0 comments


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...
163 views
1 comment


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...
202 views
0 comments


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...
645 views
3 comments


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...
520 views
3 comments


Highlight Max and Min values in Line chart
Sometimes line chart contains more value points and it wont be readable if we enable the value labels. But it would be a nice feature to...
245 views
1 comment


Apply style to widget buttons
We can add buttons to a widget for many purposes. Here are some examples we already posted: Switchable Measure Buttons Button to...
185 views
2 comments


Always show i-buttons having description
We already have a script to highlight i-buttons having description. In view mode, widget i-buttons are visible only if we hover over the...
114 views
0 comments


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...
547 views
1 comment


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


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'...
213 views
0 comments


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...
500 views
3 comments


Blox Filter Buttons
Here is a blox template and script to create filter buttons, where each buttons represent items in a table column. These buttons are...
448 views
1 comment


Add i-Button in Dashboard
Currently there is an option to add description for each widget by click on i-button on title. But there is no i-button at dashboard...
198 views
0 comments


Group bars in Column/Bar chart
Pie chart has an option to display top n slices and group rest of the slices to a single slice called 'Others' . While we click on that...
192 views
0 comments


Remove pagination from pivot (infinite scroll)
In Sisense Pivot2, maximum items per page we can set is 200. Here is a script that remove pagination in pivot and enable infinite scroll....
311 views
0 comments
bottom of page