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 ...
51Views
1like
1Comment
Easy way to create a horizontal RSUM in the Pivot table.
33Views
0likes
0Comments
This article provides guidance on extracting error messages from a widget object that might be used for logging in other systems.
51Views
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...
100Views
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...
243Views
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...
266Views
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...
164Views
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...
421Views
3likes
1Comment
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 ...
396Views
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...
580Views
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...
1.9KViews
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 ...
407Views
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...
634Views
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...
591Views
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...
524Views
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 ...
480Views
1like
0Comments
Sisense allows customization of chart settings through Highchart option configurations, as documented in this community post leveraging the Highcharts settings of the widget using Sisense widget scri...
623Views
1like
0Comments
Sisense’s Simply Ask feature empowers users to create visualizations instantly by asking natural language questions, simplifying data exploration without needing technical expertise or manual widget ...
628Views
1like
0Comments
Transform your column chart into a week-based revenue visualization with this guide! Learn how to group data by day of the week (Monday to Sunday) using custom code in...
1.1KViews
1like
0Comments
In Sisense, pie chart widgets, including the various pie chart style options such as donut charts, are a common way to visualize data. By default, when a user selects a category within a pie chart, t...
467Views
2likes
0Comments