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

Knowledge Base Articles

Pivot2 Table Row Custom Sort

In a custom column, add a prefix number followed by a period and a space to the dimensions you want to sort in pivot.For example, if we have a column called Category with the following categories:First CategoryAnother CategoryCreate a custom column c...

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

Right Align Numeric Dimensions In Pivot And Table Widgets

Introduction when adding numeric dimension to pivot and table widgets in the rows section and not the value section (in cases where the numeric value is an attribute and not a measure) you can change the alignment of the number dimensions to the left...

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

Overlay Data On An Image

Sometimes we have data that is not easily represented by an existing chart, such as presenting steps in a cycle or a sequence of events. One JavaScript +HTML technique that we can use for this is to overlay an image with text.  In this example, we ha...

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

Indicators - Formatting Colors & Fonts

IntroductionUse this script for granular formatting of an Indicator Widget.  Instructions:Create your indicator widget and add it to the dashboard. Select the edit button and choose the Edit Script from the options menu on the top right.  Add the fol...

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

Improved (Enhanced) Color Manager Plugin

Download linkThe Color Manager plugin, originally by Tommy, is a great plugin which allows you to define specific colors for specific categories (and not to values, which is the way Sisense works by default). Furthermore, the colors you specify for a...

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

Giphy Widget

Download: GIPHY WIDGETINTRODUCTIONThis article explains how to install and use the giphy widget.This is an extension of the existing image widget allowing you to define a keyword and with the giphy api display a random image driven by the keyword.  W...

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

Modifying X Axis Labels

OverviewSisense's default behavior is to use values directly from the Elasticube to set the X-Axis. But what if you want to do more? Modifying the x-axis labels is very easy and very flexible. Let's look at the base code.widget.on('render', function(...

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

Advanced Quadrant Chart

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

intapiuser by Community Team Member
  • 522 Views
  • 1 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 stat...

intapiuser by Community Team Member
  • 2121 Views
  • 4 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
  • 4834 Views
  • 3 comments
  • 0 kudos

Track Dashboard Usage With Google Analytics

Plugin Overview This plugin registers every page view from your Sisense instance to your Google Analytics account. https://analytics.google.com Configuration You must specify your Google Analytics "tracking ID" by editing the main.js file.By default...

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

Pivot2: "Clickable URL Links In Pivot Rows" Re-Implemented

IntroductionIn some cases you might have a URL’s in your fields in the cube,  this post will show you how to modify URLs placed in rows of a Pivot table into clickable links.Purpose & BenefitsThis will allow you to jump to either internal or external...

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

Adding A Regression Line To Chart

IntroductionRegression line helps us to predict values of one variable, when given values of another variable.Linear regression assists in predicting trends and improving data analysis.StepsA regression line can be added to all widgets with both y an...

intapiuser by Community Team Member
  • 812 Views
  • 2 comments
  • 0 kudos
Labels