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

Knowledge Base Articles

Zoomable Line Chart (Highcharts)

Download: Custom HighchartIntroduction This article explains how to import a zoomable line chart from Highcharts as a plugin in Sisense.Purpose/BenefitsIf you go to http://www.highcharts.com/demo, there are dozens of examples of how to implement High...

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

Quadrant Analysis Plugin

 Download: Quadrants Chart IntroductionThis article will explain how to change a Scatter Chart to a Four Quadrants Chart. It is an extension to the existing Scatter Chart and can only be applied to that widget.Business CaseThe Four Quadrants chart ca...

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

Tabs For Pivot Tables

The main intention is to organize the pivot table in case it has too many columns. The script will add a tabber that hides and show a specific set of columns. The code is completely fitted to our needs. If you want to use it, you have to replace ever...

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

Set Max Value For Y Axis In A Chart

There might be cases where one needs to increase the height of the Y-Axis in a chart to ensure that the value labels are not removed while the chart is being responsive.  The following script allows you to increase the max Y-Axis value by an X percen...

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

Remove Formulas Backgrounds

Download: Remove Formulas BackgroundThe plugin removes the blue background color from aggregations and calculations in the Advanced Formulas menu.STEPSSTEP 1 - ADD THE PLUGINDownload the attachment and unzip the contents into C:\Program Files\Sisense...

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

Rotate And Wrap Text In X-Axis Labels

This post explains how to rotate and wrap text in the x-axis labels. Begin by copying the following code into the widget script. widget.on('beforeviewloaded', function(widget, args){ var newmaxCharactersPerLabel = 25; //Set length of the line length...

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

Mapping Arrow Keys To Control Dashboard Panels

This script allows you to map the left arrow key to control the left dashboard panel, and also maps the right arrow key to control the right dashboard panel. Also using this approach, you can map any keyboard key to other types of functionality.This ...

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

Convert Negative Sign To Parentheses In Pivot

Introduction By default SiSense formats negative numbers by using the minus sign, like -1500. Some people prefer to format negative numbers by using a parenthese, like (1500). This article shows how to edit a widget's script to format the numbers thi...

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

Set Default Dashboard Per User Group

Download: Sisense v6 Download, Sisense v7 DownloadIntroduction When a user logs into Sisense Web, they get taken to a standard home page.  This plugin allows admins to define default dashboards for each user group.  So instead of landing on a home pa...

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

Extend The Functionality Of A Dashboard

Introduction This post describes the process for creating a new plugin that extends the functionality of the dashboard user interface.  There are several different aspects that you can modify, this document will focus on the most common use cases.  ...

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

Get CSV Of ElastiCubes, Tables, And Fields Metadata

IntroductionThis script exports to CSV a complete list of your ElastiCube servers, ElastiCubes, tables, fields, and field data types.Prerequisites Tested in Python 3.6. Requires Sisense 7.1+.Python Packages Requests JSON PandasSteps1. Download and un...

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

Filter Chart By Underlying Members Of An Aggregate

Download: Members FilterIntroduction This article explains how to create a chart that allows filters to be created from the members that make up a group.Purpose/BenefitsSisense's New Widget Wizard allows users to quickly group data into categories fo...

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

How To Create A Dash Line In Line Chart

As a user sometimes I would like to change the format of one line to a dash line.To apply the dash file enter the "Edit Script" within the widget editor and insert the script bellow. Change in the 1st line of the code the "name of value" to the name ...

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

Manually Order A Column Chart

Introduction Sisense's built-in ordering allows you to sort columns by a displayed value, or in alphanumeric order. However, some situations require a more specific order. This article shows you how to utilize a specific order for the columns in a c...

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

Shared Tooltip For Scatter Chart

  Download: Shared Tooltip Introduction The following article describes steps needed in order to add a shared tooltip to a scatter chart. Purpose/Benefits The shared tooltip can be used to display all 'Break by' members in a scatter chart with the s...

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

A Basic Plugin Example

If you're having trouble creating a new plugin on your own, then don't worry, It's actually quite simple!In order to create a basic plugin, which extends the functionality of a dashboard/widget, use the following basic plugin exampleBasically, a plug...

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

Series With Only Data Points In Line Chart

To change a series within a line chart to display only the markers (data points), you can use the following code within a line chart's widget script. Just manipulate the series variable to correspond with your desired series.widget.on('processresult'...

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

Embedding Custom Visualizations Within A Widget

Introduction This document outlines the process for overriding an existing chart with a Highcharts Donut Pie chart.  For a more robust solution, it is recommended to create a custom plugin as that would allow non-technical users to create charts wi...

intapiuser by Community Team Member
  • 1742 Views
  • 0 comments
  • 2 kudos

Vector Plot Plugin

DOWNLOAD LINKTraditional Vector Plot:Download Name Displayed on Vector:DownloadvectorLength (Actual Length) version:DownloadrotationOrigin (Start Point) version:DownloadPLUGIN OVERVIEWThe purpose of the plugin is to provide a visualization for vecto...

intapiuser by Community Team Member
  • 339 Views
  • 0 comments
  • 0 kudos
Labels