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

Knowledge Base Articles

Leveraging Usage Analytics for Determining Heavy Widgets

Leveraging Usage Analytics for Determining Heavy Widgets In this article, we can find a suggested approach on how to determine dashboard widgets that consume a lot of memory and may cause performance issues. Usage Analytics Usage Analytics is part ...

asymkin_0-1681378756548.png
asymkin by Sisense Team Member
  • 491 Views
  • 0 comments
  • 1 kudos

Disable Percentages In Tooltip For Pie And Column Charts

The following solution is relevant to both Pi and column charts. Illustrations were supplied for Pi charts only for simplicity. If you'd like to remove the percentage value in the tooltip hover menu as illustrated below:For Pie charts:Edit widgetEdit...

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

Center Zero Intersect On Bar Charts

Download: Center Zero Intersect Introduction This article explains how to center the zero intersect of a bar chart.  This can be done manually be setting the axis min/max, but this solution provides a way to do this dynamically.StepsSTEP 1 - ADD THE ...

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

Unexpected Behavior When Trying to Share a Dashboard

Unexpected Behavior When Trying to Share a DashboardSometimes you can face unexpected behaviors of the system when a dashboard is rendering data,l but you as owner are not able to republish it with other users.Case #1  If this dashboard was imported ...

yevhen_chernin_0-1680545770265.png yevhen_chernin_1-1680545770255.png yevhen_chernin_2-1680545770322.png oleksiiD_0-1735687158533.png

Change Marker Opacity In A Scatter Chart

The widget script below can be used to change the opacity of scatter chart markers, either for specific series (colors) or for the entire chart (Last Tested on 7.1.1.10089).//Series you want to adjust. Leaving this array empty will adjust all series ...

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

50,000 Row Limit in Live Model export to CSV

50,000 Row Limit in Live Model export to CSV This article gives detailed steps on how to overcome the 50,000-row limit in Live Model export to a CSV file.  When downloading data from a Sisense Dashboard, based on a Live Model, into a CSV format, Sis...

jcordell_1-1680635948131.png jcordell_2-1680636051455.png
asymkin by Sisense Team Member
  • 1930 Views
  • 0 comments
  • 3 kudos

Reverse Proxy with Nginx + SSL configuration

Reverse Proxy with Nginx + SSL configurationNginx Reverse proxy configurationStep 1. Nginx reverse proxy server set up In this example, we are using nginx, we can install it on the same device as Sisense. To install it run1. Install nginx for Ubuntu/...

jcordell_0-1672416696743.png
vsolodkyi by Sisense Team Member
  • 21672 Views
  • 4 comments
  • 1 kudos

Showing Percentages On Treemap

One of the requests that have come up is the ability to show percentages on a tree map without needing to hover over the widget with a tooltip.The following code overwrites the 'name' displayed with 'name'  + percentage to three decimal places:The pe...

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

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

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

Area Line Chart Gradient

This widget script will add a gradient to the widget's area spline charts.Configure opacity and RGBA colors as per comments.widget.on('processresult', function(a,b){ // Set colors for the gradient in the "stops" section below. // The top color...

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

Filter Drill Down Fields Per Widget

Download: Filter Drill DownIntroduction We will introduce how to filter, drill down fields on a widget basis. Steps: Step 1:Download the attached plugin and place in .../PrismWeb/plugins, if plugins folder does not exist please create it. If you are ...

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

Pivot2. How to set up styles with the scripts?

Currently, in Linux installation, you can face widget [Pivot2]. This is a new realization of the widget [Pivot]. This means that it has new styles, new classes, etc. Almost all the scripts to change styles of the resulting table used DOM selectors to...

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

Schedule Download Of SQL API Queries To CSV

Introduction With the Python script below and the Window Scheduler, you can automate the download of csv files based on queries of the SQL API to the elasticube. This type of process comes in handy when a user needs to download information regularly...

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

Clean cached RAM

Clean cached RAM This article will discuss how to clean cached RAM on a Linux system.  We’ll see how to carry out the clean-up process manually. We’ll make use of tools such as Grafana and echo. Linux is borrowing unused memory for disk caching. Thi...

Memory_Before_Clean.png Memory.png
Oleksandr by Sisense Team Member
  • 1261 Views
  • 0 comments
  • 2 kudos
Labels