top of page
Tags
Convert Bar Charts into Radial Bars
In some cases, radial bar charts can look nicer and be easier to understand than regular bar charts. Since Sisense doesn’t have a...
56 views0 comments
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...
66 views0 comments
Dashboard Refresh Button
In 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...
353 views0 comments
Call Rest API using Blox
Here is an example of calling a rest API using Blox and displaying its response. This example is to display a list of Sisense folders...
397 views0 comments
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 using...
457 views0 comments
Colored labels in Table widget
If 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...
420 views1 comment
Hide a Column from Table Widget
Sometimes 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...
481 views1 comment
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'...
550 views2 comments
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...
304 views0 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...
231 views2 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...
154 views1 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...
191 views0 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...
581 views3 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...
493 views3 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...
223 views0 comments
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...
179 views2 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...
110 views0 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...
514 views1 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...
388 views2 comments
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...
734 views2 comments
bottom of page