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

Knowledge Base Articles

Adding Percentage Of Total For Column And Bar Charts

The column and bar charts allow you to add value labels to the bars. In the widget's design panel, you can turn on "Value Labels" to display the values on the chart itself. The picture below shows a typical example of a column chart, in this example ...

intapiuser by Community Team Member
  • 1187 Views
  • 1 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
  • 340 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
  • 145 Views
  • 0 comments
  • 0 kudos

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
  • 535 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
  • 311 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 page...

intapiuser by Community Team Member
  • 404 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. Use...

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

Advanced Quadrant Chart

ObjectiveDesign a quadrant chart based on X and Y axis averages with conditional formatting.Steps Create standard scatter chart Create a value in break by and assign the integer 1 to it Create Aliases for multipasses by the Point dimension for the X ...

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

Time Series Chart - Visualizing Hrs/Min/Sec

Download: Time SeriesIntroductionThe OOTB charts in Sisense limit the date roll-up granularity to days. This imposes limitations when working with granular times series data. This plugin facilitates roll-up of dates up to the millisecond level. It al...

intapiuser by Community Team Member
  • 678 Views
  • 2 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
  • 178 Views
  • 0 comments
  • 0 kudos

Custom Filters

Download: Custom FilterIntroduction This article explains how to create custom filters as a plugin in Sisense.Purpose/BenefitsSisense comes with a set of native/robust filter options, but these are always displayed on the right side of the dashboard....

intapiuser by Community Team Member
  • 1020 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
  • 165 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
  • 704 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 co...

intapiuser by Community Team Member
  • 1781 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: