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

Knowledge Base Articles

Custom Map Widget

Download: Custom Map Widget Note: (Sept 18, 2017) Added support for filtering on shapes. Introduction This article explains how to embed custom map visualizations in Sisense. Purpose/Benefits Sisense has some native mapping functionality but does no...

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

Dynamic Custom Script For Dashboard Filter

Use case: Essentially we have a 'DimDate' filter set to 'This Quarter' within our dashboard which works great, but whenever we enter into the last month of a given sales quarter, we need the 'DimDate' filter to be automatically set to 'Next Quarter' ...

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

Extend The Functionality Of An Existing Widget

Introduction This post describes the process for creating a new plugin that extends the functionality of one of the existing Sisense widgets.  There are several different aspects that you can modify, this document will focus on the most common use c...

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

Custom Currency Symbols

Download: Add CurrencyIntroductionIn this post we will show how to add new currency symbols using our plugin system.The new currencies will be available for all the dashboards, new and old ones.ExampleStepsSTEP 1 - DOWNLOAD AND EXTRACT THE FOLDER IN ...

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

Talking Tooltips - Make Your Dashboard Talk To You

IntroductionMake your tool-tips talk by copy pasting this script within the script window of your widget. It works for Column and Line charts.NOTE: This script leverages google' s speech synthesis API. It is currently only supported on Chrome and Saf...

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

Stacked Bar Chart As Filter Indicators

In this post, we will show how to override the default behavior of the stacked bar chart widget.  This will display a block (sized based on the value) for each break by category, and allows filter selection on click of a block.Create a Sisense bar ch...

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

Pivot2: "Add Checkboxes To Pivot Table" Re-Implemented

IntroductionAdding filter checkboxes in pivot tables will give your users a better interaction with the dashboard and allow them to perform multiple selections quickly and easily.Purpose/BenefitsWhen showing a pivot table, this plugin provides a way ...

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

Filling In An Average Line (Line Chart)

In some cases, we might want to compare a metric against the average but if the average does not have a result for the entire x-axis (numerator does not have a value for each point in the x-axis but the denominator does), then the average line (Mean ...

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

Custom-Style Plugin

Download: Custom Style Introduction As a web-based extensible platform, Sisense's web look and feel can be customized using CSS. This plugin provides a framework for letting customers apply custom styles to the Sisense web application. For more info...

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

Additional Data Chart Tooltip Plugin

Download: Additional Info TooltipIntroductionThe Additional Data Chart Tooltip Plugin Allows the user to display several values on one column chart and while making it easy on the eye. The purpose is to display several related values in one chart in ...

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

Make "Clear Selection" Button Appear in a Custom Widget

For this button to be shown, the widget must be configured to work as a "selector" widget, so make sure your custom widget plugin has the following items in its manifest:- in the manifest's "data" object, a property defining which panels can be used ...

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

Changing Scatter Chart Point Marker Shape

Download: Scatter ChartINTRODUCTIONThe following article describes how to customize scatter chart point marker shape.EXAMPLE IMAGE:SUPPORTED WIDGET TYPES:     - Scatter chartSUPPORTED POINT SHAPES:     - triangle, diamond, triangle-down, square Setup...

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

Copying Data From A Pivot Table Widget To Excel

Download: Pivot to ExcelThis topic describes how to copy your Pivot table data to an Excel sheet, while preserving the same layout, formatting, and subtotals as the original widget in the dashboard. The procedure requires installing a plugin.Download...

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

Render HTML In Pivot Table

widget.on('ready', function(){ var tags = $('tbody span:contains("<")'); for(var i = 0; i<tags.length; i++){ $(tags[i]).replaceWith(String(tags[i].textContent)) } });BEFOREAFTERChallengeSisense Pivot Tables do not render HTML ...

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

Displaying Data Labels Inside Markers In Line Charts

INTRODUCTIONUse this script to customize the data labels and markers in line charts. You can use this to simply improve the aesthetics of the line chart or even tweak it to conditionally color the markers.Edit the Widget Choose the Edit Script option...

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

Statistical Cumulative Distribution Function

DownloadIntroductionIn probability theory and statistics, the cumulative distribution function (CDF) of a real-valued random variable X, or just distribution function of X, evaluated at x, is the probability that X will take a value less than or equa...

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

Apply Custom CSS To Value Labels

Use the below script to add CSS attributes to your value labels in Column, Bar, & Line Charts.  The part to modify is the newCss array.  Create an object for each series that you want to format, and specify the index (first, second, third series) alo...

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

Show Value Labels As The Variance

Download: Data Labels Variance Introduction This article explains how to display the value labels as a variance (instead of the value itself) in a bar or column chart.   Steps STEP 1 - ADD THE PLUGIN Download the attachment and unzip the contents i...

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