top of page
Tags


Customize Grid Lines in Sisense Charts
Grid lines in charts help make the data easier to read by providing a clear reference. Sometimes, you may want to change the grid lines...


Hide Table and Column Information in Dashboard Filter Tooltips
When users interact with filters on a dashboard, they often see a tooltip displaying the table name, column name, and description. While...


Display Active Filters in Sisense
If you find it challenging to locate which filters are currently applied in your Sisense dashboard due to a high number of options,...


Highlight Bars with Above/Below Average Values in a Column Chart
In this guide, we’ll explore how to highlight bars with values above or below the average in a column chart using Sisense's built-in...


How to Highlight Max and Min Bars in a Column/Bar Charts
In this guide, we'll explore how to highlight the maximum and minimum bars in a column chart using Sisense's built-in features. As you...


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...


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...


Why Sisense's Visualizations Are a Game-Changer for BI Users
When it comes to business intelligence (BI) platforms, there are tons of options out there. Some offer extensive pre-built design...


Adding a Dropdown to Change Date Granularity in Charts
Being able to adjust the date granularity in charts is essential for effective data analysis. Users might want to switch from yearly to...


Streamlining Script Management in Sisense: Overcoming the Challenge of Widget Customizations
On our website, we offer a variety of customization scripts that enhance the functionality and interactivity of Sisense widgets and...


Hide dashboard filters
Sometimes, you may need to apply a filter to your dashboard without making it visible. Below is a script that allows you to hide one or...


Adding a Search Feature for Filters
Finding the right filter in a dashboard with many options can be frustrating. Instead of scrolling endlessly, you can add a search box to...


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...


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...


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...


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...


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...


Blox drop-down v2 - Without 'Apply' button
We 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' 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...


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