top of page
Tags


Sort bar/columns/breakby manually
This script is to sort items in X-axis manually. Widget will display bar/columns in the order you specified in 'categories' list var...
586 views
1 comment


Add BreakBy filter to dashboard when click on stacked chart
If a user click on a stacked chart, Sisense will add dashboard filter for the dimension in 'Categories' panel, but not for dimension in...
336 views
0 comments


Pivot2 - Spread color from one column to entire row
Currently, in pivot, we can set colors to a column based on its value. In that case color will get applied to only that column. Below...
289 views
0 comments


Hide export option from dashboard
This script allow dashboard owner to control which export options should be visible to other users for that dashboard. Add this script to...
337 views
0 comments


Enable shared tooltip in Sisense (display all 'breakby' items in tooltip)
If a 'breakby' column is added in Sisense widget, currently it shows value of one item at a time in tooltip. Here is a solution to...
150 views
1 comment


Add button to Sisense widget
Below script allow you to add a button in Sisense widget and specified URL will be opened when you click on it widget.on("ready",...
270 views
0 comments
Python Script to export a Sisense widget to CSV
Here is the python script to export your Sisense widget to csv. Update the following variables in the script: localpath: Folder to which...
476 views
0 comments


Change background and font color of widgets in Sisense
Supported widget types : Line chart, Bar chart, Column chart, Pie chart, Scatter chart, Area chart widget.on('processresult',function(se,...
318 views
0 comments


Align Pivot 2 to center of Sisense widget container
Below dashboard script will align Pivot2 to center of widget container dashboard.on('widgetready', function (se, args) { //widgetid of...
286 views
0 comments


Change position and color of legend items in Sisense
Sometimes we may need to move an item (or items) in legend to a specific position, for example moving 'N\A', 'Unknown', 'Not available'...
222 views
0 comments


Apply different colors for each bars in Sisense
There is an in-built feature in Sisense to set colors for bars based on its values. Also its possible to set colors if there is a column...
660 views
0 comments


Add target/benchmark line to a chart in Sisense
Below script allow us to plot a static target line in a chart. Supported chart types : Bar chart, Column chart, Line chart, Area chart...
529 views
2 comments


Apply conditional colors to Markers in Sisense Line chart
Yes! Its possible to apply different colors to line chart markers based on its value. Here is the script for this...
198 views
0 comments


Add bands to Line Chart in Sisense
There can be scenarios where we need to understand in which level/band the value or category belongs to and the analysis will be easier...
217 views
1 comment
Hide widget from PDF in Sisense
This dashboard script hide a specific widget row when exporting to PDF. dashboard.on('widgetready', function (se, ev) { //widgetid to...
139 views
0 comments
bottom of page