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

Knowledge Base Articles

Add Images from External Table Instead of Labels in Pie Chart

Add Images from External Table Instead of Labels in Pie ChartDisclaimer: 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...

IlyaKvashenko_1-1691910044335.png IlyaKvashenko_2-1691910109759.png
ILLIA by Sisense Team Member
  • 425 Views
  • 0 comments
  • 2 kudos

Change The "Grand Total" Label In A Pivot

The following script can change the labelwidget.on('ready',function(e, args){ $('[id="' + args.widget.oid + '"]').find('span:contains("Grand Total")').text("YTD"); $('widget[oid="' + args.widget.oid + '"]').find('span:contains("Grand Total")').te...

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

How to Add a TimeStamp to a Widget Title

How to Add a TimeStamp to a Widget Title This article provides directions on how to add a timestamp to a widget title using JavaScript.  This could be useful in cases where a user needs to calculate specific metrics in a Live Data model (the script a...

Liliia_DevX_0-1689766904022.png Liliia_DevX_1-1689766951759.png

Format Widget Title

Introduction This post will give the JavaScript necessary to format the Widget Title.Purpose/Benefits When formatting your dashboard, manipulating the Widget Title to match your other formatting will give the dashboard a more personalized feel.Exampl...

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

Custom Line Markers

IntroductionThis post and it’s JavaScript will Allow you to customize the data point ‘markers’ on a line chart to whichever image you would like to display. Purpose/Benefits Add some creativity to the standard Line chart by adding an image of your ch...

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

Bookmarks

Download: Latest version (Sisense v7.0+), legacy version (Sisense v6) Introduction This article explains how to create filter bookmarks using Sisense. Purpose/Benefits It is easy for dashboard users to add/update filters on a given dashboard, but an...

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

Querying the Sisense Elasticube with Python

This article will cover two methods you can use to connect Python to the Elasticube. Method 1: Using ODBCMethod 2: Using the REST API Method 1: Connect to the EC with ODBC Download Sisense ODBC This method will require you to download the ODBC ...

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

Draw Total Line For A Stacked Column Or Bar Chart

Introduction This script displays a total line over your stacked column / bar chart. It also works with the classic (side by side) grouping.Instructions Create your chart and add the following script. Edit > Options Menu > Edit Script.Note: You can m...

intapiuser by Community Team Member
  • 688 Views
  • 2 comments
  • 1 kudos

Waterfall Chart - JavaScript

Here is an example of a widget script you can use to create a Waterfall Chart using the standard Column Chart widget.First, create a column chart with multiple measures/values.In the example below I have a starting price, and then two adjustments (th...

intapiuser by Community Team Member
  • 1327 Views
  • 2 comments
  • 1 kudos

Grand Total (Sum) Row In Table With Aggregation

Apply the following script on a table with aggregation's widget script to create a row with Grand Totals.This will be considered as just another value and may not always appear on the first page of results if results are paginated.widget.on('processr...

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

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

Liliia_DevX_0-1684323464671.png Liliia_DevX_0-1684324286363.png Liliia_DevX_0-1684335146897.png Liliia_DevX_0-1684414187220.png
Liliia_DevX by Sisense Team Member
  • 1077 Views
  • 0 comments
  • 4 kudos

Sort Both Axes In Scatter Chart

In order to sort both axes in the Scatter chart you might need to use the following script under the "Widget Script" levelvar xOrder = 'asc' //also, this value can be desc var yOrder = 'asc' widget.on('beforeviewloaded', function(scope, args) { ...

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

Capture User Filters Then Write Back To MongoDB

Use case: Capturing what the end-user has selected to filter. Then writing back the filtered selection to the app mongodb for further analysis of customer dashboard interaction.Instructions: Add the code below as a dashboard script.Notes: Current scr...

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

Gradient Conditional Formatting In Pivot Tables

Conditional formatting of background colors in pivot tables is one of the best ways to draw attention to numbers, but still provide a clean visual.  The use of data bars creates a lot of visual noise, whereas background colors are subtle and act more...

intapiuser by Community Team Member
  • 1544 Views
  • 2 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 <= L...

intapiuser by Community Team Member
  • 2185 Views
  • 1 comments
  • 1 kudos
Labels