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

Knowledge Base Articles

Include All Dimension Values (Left Outer Join)

 Download using the attachment below     Introduction A common requirement when performing grouping and aggregate operations, is to include all dimension values in the group irrespective of the contextual filters applied on the transaction table. ...

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

Disable Percentages In Tooltip For Pie And Column Charts

The following solution is relevant to both Pi and column charts. Illustrations were supplied for Pi charts only for simplicity. If you'd like to remove the percentage value in the tooltip hover menu as illustrated below:For Pie charts:Edit widgetEdit...

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

Center Zero Intersect On Bar Charts

Download: Center Zero Intersect Introduction This article explains how to center the zero intersect of a bar chart.  This can be done manually be setting the axis min/max, but this solution provides a way to do this dynamically.StepsSTEP 1 - ADD THE ...

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

Change Marker Opacity In A Scatter Chart

The widget script below can be used to change the opacity of scatter chart markers, either for specific series (colors) or for the entire chart (Last Tested on 7.1.1.10089).//Series you want to adjust. Leaving this array empty will adjust all series ...

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

Showing Percentages On Treemap

One of the requests that have come up is the ability to show percentages on a tree map without needing to hover over the widget with a tooltip.The following code overwrites the 'name' displayed with 'name'  + percentage to three decimal places:The pe...

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

How to Change the Pivot Header Row Style with TransformPivot

How to Change the Pivot Header Row Style with TransformPivot This solution is based on Pivot 2.0 API supported in Sisense version L8.2.1 or later (not supported in Sisense for Windows). For this solution, we shall use cellStyle from Pivot 2.0 API. T...

TS_1-1680090546134.png TS_2-1680090855977.png
taras by Sisense Team Member
  • 1026 Views
  • 0 comments
  • 1 kudos

Area Line Chart Gradient

This widget script will add a gradient to the widget's area spline charts.Configure opacity and RGBA colors as per comments.widget.on('processresult', function(a,b){ // Set colors for the gradient in the "stops" section below. // The top color...

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

Filter Drill Down Fields Per Widget

Download: Filter Drill DownIntroduction We will introduce how to filter, drill down fields on a widget basis. Steps: Step 1:Download the attached plugin and place in .../PrismWeb/plugins, if plugins folder does not exist please create it. If you are ...

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

Google Maps Heatmap - Custom Widget

Disclaimer: This is the community solution that doesn't go through a proper testing and support cycle and is not officially supported. In recent times JS libraries markerclusterer.js and infobox.js used for this plugin development are not present on...

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

Create Bell Curve In A Widget

When you look at the script, you'll see some values that come from the dashboard:MedianPerc: This is the median percent (our X-axis is in percentages)SD1: This is a calculation to get to +1 Standard DeviationSDMinus1: This is the calculatoin to get t...

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

Pivot2 Styler Add-on

Description The Pivot2 Styler add-on enables you to hide columns and customize the style of Pivot2 widgets. Hiding Pivot2 widget columns can be used for advanced sorting. The Pivot2 Styler add-on is available for Sisense for Linux version L2021.3....

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

Change Color For Specific Category In Pie Chart

Edit the widge script.Copy and paste the code below and set the category name and color (hex format) desired.widget.on('ready', function(se, ev){ var e = element; var chart = e.data('hc'); var categoryName = "Beverages"; var data = chart.seri...

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

Modifying Legend Style

Introduction This article will show how to modify the style of the legend in you widget.Steps Open you widget in Edit mode.From the Options Menu  choose "Edit Script" to open the script editor.3. Copy and paste the following code into the script edit...

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

Changing Fonts, Rows And Background Styling Of Pivots

Changing the style properties of a pivot can be done via the dashboard script.It is also possible to change the properties of the values only if needed.Open dashboard script editorpaste the code below in the editorAll the pivots will be affected by t...

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

Introduction To Community Plugins

Plugins are components that add specific features and extend the functionality of a core product. Sisense Web Application includes a plugin framework that allows you to easily add new customizations or modify existing functionalities according to you...

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

Wiser Filter Widget

WiserFilterWidget on GitHubDownload: WiserFilterWidget (click the latest .zip) PURPOSE/BENEFITSWhile filtering is available to dashboard designers in the right-side filter pane, this pane may be hidden or otherwise unpreferred or unavailable to dashb...

intapiuser by Community Team Member
  • 1562 Views
  • 0 comments
  • 1 kudos
Labels