Content
In some cases, the text inside bar charts may be difficult to read when it closely matches the bar color. This guide demonstrates how to use a widget script to dynamically update the text color to th...
09-29-202530Views
0likes
0Comments
In Sisense, you can click specific portions of most widgets (except for table and indicator widgets) to select the widget's portion. This will apply filters in the dashboard according to the selected...
09-29-202524Views
0likes
1Comment
Step-by-Step Guide:
Navigate to the dashboard where you want to display contextual messages.
Add a Text Widget to the dashboard and place it in a visible location for status or context informat...
08-15-202586Views
0likes
1Comment
Step-by-Step Guide:
Navigate to the specific Area Map widget on the Sisense dashboard.
Open the widget's settings and access the script editor. // Add extra parameters to be used in tool...
07-21-202556Views
0likes
0Comments
Sisense includes the capability to export all dashboard metadata in JSON format, both via the UI and via API. These include all metadata components of the dashboard and widgets, including widget and ...
06-04-2025123Views
1like
1Comment
Easy way to create a horizontal RSUM in the Pivot table.
05-15-202566Views
0likes
0Comments
This article provides guidance on extracting error messages from a widget object that might be used for logging in other systems.
05-08-202579Views
1like
0Comments
Users might want to dynamically update widget titles based on active filter values for enhanced contextual relevance in dashboards. This article provides a step-by-step guide to implement this functi...
04-21-2025137Views
0likes
0Comments
Limiting Date Filters to Datasource Date Range By default, Sisense allows users to select any date in a dashboard date dimension filter, regardless of whether data exists for that date in the cu...
04-07-2025328Views
1like
0Comments
Sisense includes a native included feature and format for passing URL filters via URL parameters, as documented here. By default, this functionality copies filters in full, including the datasource p...
03-25-2025333Views
1like
0Comments
How to Automatically Hide Accordion Widgets When Clicking Outside the Accordion Window (Linux)
Introduction
This article addresses the specific scenario where accordion widgets remain visible e...
03-12-2025193Views
1like
0Comments
Dynamically Updating Widget Titles Based on Filter Selections in Sisense (Linux) Introduction This article guides how to dynamically change the title of a Sisense widget based on the filter select...
03-05-2025513Views
3likes
4Comments
This article discusses and shares the full code of a dashboard script that redirects users to a different dashboard ID based on the user's filter selections or initial loaded filter state. In the ...
02-27-2025459Views
1like
0Comments
This article provides guidance on how to customize the name displayed in the right-click menu for the Jump to Dashboard (JTD) feature in Sisense. This is particularly useful for making dashboard name...
01-14-2025601Views
1like
0Comments
Dynamic filtering and embedding tooltips in Sisense dashboards
Overview
This solution enhances Sisense dashboards by introducing dynamic filtering and embedding visual insights directly with...
01-13-20252.1KViews
1like
0Comments
This article details a script designed to dynamically set the number of decimal places (precision) for specific columns in a Sisense widget. The precision is determined based on the first value from ...
01-07-2025449Views
1like
0Comments
Sisense table and pivot widgets offer extensive customization options for data presentation, allowing developers to tailor widget content to specific needs, as discussed in detail in previous article...
12-27-2024763Views
2likes
0Comments
Sisense natively supports a wide range of date filter functionalities and formats. However, certain scenarios may call for unusual custom programmatic forms of date filtering, such as filtering to sp...
12-11-2024648Views
0likes
0Comments
When working with Sisense dashboards, programmatically modifying filters upon dashboard load via dashboard scripts for a specific user or circumstance is possible. However, an issue can sometimes occ...
12-02-2024560Views
1like
0Comments
Creating dynamic hyperlinks on Pivot2 tables without updating the data model
These two articles provide options to create hyperlinks (clickable texts) on pivot tables:
Clickable URL Links In ...
11-18-2024619Views
2likes
0Comments