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...
26 views0 comments
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...
32 views0 comments
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,...
60 views0 comments
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...
28 views0 comments
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...
16 views0 comments
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...
59 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...
74 views0 comments
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...
25 views0 comments
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...
138 views1 comment
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...
160 views0 comments
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...
93 views0 comments
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...
74 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...
361 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...
404 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...
464 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...
424 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...
512 views1 comment
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...
848 views3 comments
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'...
564 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...
744 views2 comments
bottom of page