How-Tos & FAQs
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

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
  • 7839 Views
  • 4 comments
  • 1 kudos

Capture User Filters Then Write Back To MongoDB

Use case: Capturing what the end-user has selected to filter. Then writing back the filtered selection to the app mongodb for further analysis of customer dashboard interaction.Instructions: Add the code below as a dashboard script.Notes: Current scr...

intapiuser by Community Team Member
  • 676 Views
  • 1 comments
  • 1 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
  • 1173 Views
  • 0 comments
  • 1 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
  • 1938 Views
  • 0 comments
  • 2 kudos

Conditionally Colored X-Axis Labels On Bar Chart

Introduction The code below allows you to color the x axis labels for each category of a bar chart based on the color of a secondary series. It also then hides the secondary series from being plotted. Steps STEP 1 The first step is to create a bar c...

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

How To Order A Stacked Column Chart Using A BreakBy

Introduction   When adding a break by field to an ordered column chart, the order does not exist anymore.We have created this post in order to workaround this problem. StepsIn order to use the script, you need to follow the next steps:   1. Edit the...

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

Retrieve All Widget IDs, Titles And Types In A Dashboard

1) Open the Developers Console (press F12 in Chrome.) 2) Navigate to Console tab: 3) In the console prompt line, enter the following script and press Enter: 4) prism.activeDashboard.widgets.toArray() 5) This results in a printout of an object with ...

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

Embedding Twitter Widgets In Sisense Dashboards

Introduction In this post we will demonstrate how to add a twitter feed within a dashboard. Business Case Viewing the latest tweets from key people in your industry may be an enhancing capability.  Example Embedded Twitter Widget that is shown below...

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