Knowledge Base
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Custom No Result Plugin

Steps to Install:Download from my GitHubDownload a ZIP of the project, Unzip the folder customNoResult-master, add it to your plugin folder, and rename the folder customNoResultDescription:This plugin will allow you to replace the No Result on a widg...

intapiuser by Community Team Member
  • 322 Views
  • 1 comments
  • 0 kudos

Export buttons [Excel, CSV] for the Pivot widget

Export buttons [Excel, CSV] for the Pivot widget Disclaimer: Please note that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in this post ...

ILLIA_0-1691915444285.png
ILLIA by Sisense Team Member
  • 1074 Views
  • 1 comments
  • 2 kudos

How to Hide a Download Button for a Particular Widget

How to Hide a Download Button for a Particular Widget This article explains how you can disable the 'Download' button with all its options on for a specific widget. The solution is a JavaScript code snippet that can be applied on a dashboard level.  ...

Screenshot 2023-07-11 at 17.06.52.png Screenshot 2023-07-11 at 17.16.38.png Screenshot 2023-07-11 at 17.11.34.png Screenshot 2023-07-11 at 17.26.56.png

Show only Markers of a Series (Hide Line)

Sometimes, in a column or bar widget, it is useful to have a measure that gives us additional information but cannot be plotted as a Bar or Column or a Line since the measure is either on a different scale or because it does not make logical sense to...

intapiuser by Community Team Member
  • 803 Views
  • 1 comments
  • 0 kudos

Changing Value Label's Font Size, Weight And Rotation

UPDATED SCRIPT IN COMMENTS   Introduction Value labels at the floating figures above a series in a bar chart, column chart, or line chart.   Purpose/Benefits Changing value labels can be useful to make a measure stand out more. Example Steps 1.  Op...

intapiuser by Community Team Member
  • 2542 Views
  • 16 comments
  • 2 kudos

Pivot Table 1: Center The Pivot Inside The Dashboard Widget

This Script Is Created To Center The Pivot Table Inside The Dashboard Widget.Instead of Pivot Table being anchored to the top left,  you can use this script to make the pivot centered both vertically and horizontally.Please note, this working only fo...

intapiuser by Community Team Member
  • 1281 Views
  • 3 comments
  • 1 kudos

Color Heatmap

Version: 1.4 DisclaimerUse the download Link for L2023.7 or newer. For older versions of Sisense, use the other attached version of the ColorHeatmap pluginIntroductionThis article explains how to install and configure the Color Heatmap widget as seen...

intapiuser by Community Team Member
  • 1568 Views
  • 3 comments
  • 2 kudos

Adding Images In a Bar Chart

Download: Images in Bar Chart  NOTES: This plugin works with Sisense version 6.6.1 or later. This plugin adds additional functionality to bar charts, allowing them to show custom images in the end of each bar. This could be useful to make, for insta...

intapiuser by Community Team Member
  • 556 Views
  • 1 comments
  • 0 kudos

Migrating Assets Across Environments Leveraging GIT

Migrating Assets Across Environments Leveraging GITSisense released its Git Integration for Linux version 2022.10. With the GIT GUI in Sisense, you can can do a lot of exciting things like version control or integrate into CI/CD pipelines. I went ahe...

spuma by Sisense Team Member
  • 583 Views
  • 0 comments
  • 1 kudos

Replace N/A Values With 0 In Indicators

This script replaces N/A values with 0 values. Applies for Indicator widgets.Before:After: Copy the following script and place it under 'Edit Script' in the designated Indicator widget:widget.on('render', function (w, q) { if (isNaN(w.queryResult.v...

intapiuser by Community Team Member
  • 926 Views
  • 1 comments
  • 0 kudos

Selectively Hide Widget Toolbar Buttons

Selectively Hide Widget Toolbar ButtonsThe widget script below shows a list of buttons that are available on a widget toolbar and how to hide each of them, so you can choose which ones you want to hide for any particular widget.Note that if you hide ...

TriAnthony by Sisense Team Member
  • 601 Views
  • 3 comments
  • 1 kudos

Bar Chart - Value Label From Secondary Series (Hidden)

In this post we will explain how to create a bar chart that shows a single bar, but displays value labels from a secondary hidden value series.Let's look at the below example, we have an bar chart that shows the two value series:In this case, we want...

intapiuser by Community Team Member
  • 1012 Views
  • 3 comments
  • 0 kudos

Managed Dashboards Panel

Download: Managed Dashboards PanelIntroduction:Customers create dashboards and sharing them with other. Sometimes, there are a lot of dashboards in the dashboard panel which can cause a mess and confuse them.For that, we created the plugin called 'ma...

intapiuser by Community Team Member
  • 621 Views
  • 3 comments
  • 0 kudos

Column And Line Chart Formatting

Introduction SiSense widgets can be customized using simple JavaScript.  Using this JavaScript our users can easily manipulate the look and feel of the widgets to suite their needs, and match the themes of their companies'.  Purpose/Benefit Sometimes...

intapiuser by Community Team Member
  • 2065 Views
  • 1 comments
  • 1 kudos

Align Numeric Values to the Right on a Table Widget

Align Numeric Values to the Right on a Table Widget Disclaimer: Please note that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in this po...

ILLIA_0-1717421006641.png
ILLIA by Sisense Team Member
  • 143 Views
  • 0 comments
  • 2 kudos

Removing Value Labels And Markers From A Specific Series

When toggling the "value labels" switch of a widget's design pane, the labels are enabled or disabled for the entire chart.In case you have multiple series and you want to disable just one of them (typical when it gets too crowded on the plot), it is...

intapiuser by Community Team Member
  • 1174 Views
  • 4 comments
  • 1 kudos
Labels