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

Knowledge Base Articles

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. H...

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

How to Remove/Hide a Full-Screen Button from the Widget

How to Remove/Hide a Full-Screen Button from the Widget This article explains how a user can hide, or remove, the 'Full-Screen' button from their widget toolbar. Please note that this button is available for users who are not the dashboard owner. The...

Screenshot 2023-05-30 at 17.31.30.png gif.gif

How to Get a Vertical Line in the X-Axis in a Line Chart

How to Get a Vertical Line in the X-Axis in a Line Chart This article explains how to get a vertical line in the x-axis in a Line chart and covers 3 use-cases: 1. A vertical line on a maximum value (metric). 2. A vertical line when x-axis category is...

Liliia_DevX_0-1684323464671.png Liliia_DevX_0-1684324286363.png Liliia_DevX_0-1684335146897.png Liliia_DevX_0-1684414187220.png

How to Hide Export to Excel Option On a Pivot Table (Linux)

How to Hide Export to Excel Option On a Pivot Table (Linux) This article provides an example of a code snippet that could be used to hide a specific option from the Download menu on a widget level. If you find yourself needing to hide the export to E...

Screenshot 2023-04-12 at 15.49.34.png Screenshot 2023-04-12 at 16.57.27.png Screenshot 2023-04-12 at 16.56.51.png

How to Customize Pie/Bar/Column/Area/Line Chart Data Labels

How to Customize Pie/Bar/Column/Area/Line Chart Data Labels If you find yourself needing to modify data labels on a widget, and the built-in capabilities do not allow you to achieve your goal, it might be possible to customize those values with the h...

Liliia_DevX_0-1680183310711.png Liliia_DevX_0-1680182517577.png Liliia_DevX_1-1680182801359.png

How to Change the Pivot Header Row Style with TransformPivot

How to Change the Pivot Header Row Style with TransformPivot This solution is based on Pivot 2.0 API supported in Sisense version L8.2.1 or later (not supported in Sisense for Windows). For this solution, we shall use cellStyle from Pivot 2.0 API. Th...

TS_1-1680090546134.png TS_2-1680090855977.png
taras by Sisense Team Member
  • 649 Views
  • 0 comments
  • 0 kudos

Google Maps Heatmap - Custom Widget

Disclaimer: This is the community solution that doesn't go through a proper testing and support cycle and is not officially supported. In recent times JS libraries markerclusterer.js and infobox.js used for this plugin development are not present on ...

intapiuser by Community Team Member
  • 588 Views
  • 0 comments
  • 0 kudos

Clickable URL Links In Pivot Rows

Render existing HTML code stored in your data modelFollow the steps below in order to URL clickable within a pivot table. Some steps are different depending on whether your Sisense instance is running on Windows or Linux. You can check whether your S...

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

Reset To Default Filters When Loading Dashboard

Purpose/BenefitSometimes it is convenient to always reset the filters to a default state when opening a dashboard. This post describes how to achieve this with a little bit of JavaScript. When users will often be resetting filters to a default state,...

intapiuser by Community Team Member
  • 1271 Views
  • 4 comments
  • 0 kudos

File Management Automation for File Management

On article Uploading Files Locally Using Rest (Linux) we saw examples of how to automate the upload of files to File Management. This article describe methods to automate the management of files on File Manager. Compatible with Linux Version <= L2021...

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

Create Bell Curve In A Widget

When you look at the script, you'll see some values that come from the dashboard:MedianPerc: This is the median percent (our X-axis is in percentages)SD1: This is a calculation to get to +1 Standard DeviationSDMinus1: This is the calculatoin to get t...

intapiuser by Community Team Member
  • 403 Views
  • 0 comments
  • 0 kudos

Include All Dimension Values (Left Outer Join)

Download using the attachment below Introduction A common requirement when performing grouping and aggregate operations, is to include all dimension values in the group irrespective of the contextual filters applied on the transaction table. e.g. For...

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

Pivot2 Styler Add-on

Description The Pivot2 Styler add-on enables you to hide columns and customize the style of Pivot2 widgets. Hiding Pivot2 widget columns can be used for advanced sorting. The Pivot2 Styler add-on is available for Sisense for Linux version L2021.3.1. ...

intapiuser by Community Team Member
  • 569 Views
  • 0 comments
  • 0 kudos

Change Color For Specific Category In Pie Chart

Edit the widge script. Copy and paste the code below and set the category name and color (hex format) desired.widget.on('ready', function(se, ev){ var e = element; var chart = e.data('hc'); var categoryName = "Beverages"; var data = chart.series[0].d...

intapiuser by Community Team Member
  • 296 Views
  • 0 comments
  • 0 kudos

Modifying Legend Style

Introduction This article will show how to modify the style of the legend in you widget.Steps Open you widget in Edit mode. From the Options Menu choose "Edit Script" to open the script editor.3. Copy and paste the following code into the script edit...

intapiuser by Community Team Member
  • 429 Views
  • 0 comments
  • 0 kudos
Labels
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: