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

Knowledge Base Articles

Planning, Executing, and Monitoring your Dashboard

Introduction The following article discusses a dashboard's (high-level) development cycle. It breaks the process into easy measurable steps that start from the initial KPI planning all the way to maintaining and adjusting your end product. Table of C...

Ophir_0-1643098274233.png Ophir_1-1643098337878.png Ophir_2-1643098738509.png Ophir_0-1643099067104.png

Year over Year for the past x months

Analytical Need  Sometimes we wish to see how we are performing in the last x months and comparing that to the previous parallel period. For example, we wish to see how we perform from Sep last year to Aug this year and compare it with Sep 2 years ...

intapiuser by Community Team Member
  • 1743 Views
  • 1 comments
  • 2 kudos

How to Replace or Copy Dashboard Shares Using REST API

You will learn about common scenarios where we may need to copy or apply a new list of sharings for dashboards within this article.  We need to export some dashboard corruption, remove them from the instance, and import them back. Copy the share lis...

iburiak_0-1687467668475.png iburiak_1-1687467667583.png iburiak_2-1687467667934.png iburiak_3-1687467667710.png
iburiak by Sisense Team Member
  • 842 Views
  • 0 comments
  • 1 kudos

Trend Analysis

Trend analysis enables users to compare actual totals against measures derived from the data. This will enable users to compare actual results against derived amounts, and even project those amounts into the future. This example will use a simple ave...

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

Dynamic Dimension/Value Chart

Version: 1.1 Download the plugin attached Introduction This article explains how to install and configure the Dynamic Dim/Value Chart plugin as seen below.  The Dynamic Dim/Value chart allow Dashboard designers to predefine multiple dimension and/or...

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

Reorder pivot columns by viewers

 Need  A common requirement for self service BI is to enable the viewers to save their own report. This can be achievable in Sisense if you are a designer of a dashboard. However, when you are a viewer, you cannot even re-order the pivot columns as...

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

Python Script to Export Dashboards to CSV File

The following Python script allows exporting dashboard data to CSV files. The script will export each widget to a separate CSV file. This new version of the script uses Sisense's REST API an eliminates the direct connection to the mongodb. Important:...

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

intapiuser by Community Team Member
  • 1012 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
  • 1621 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
  • 502 Views
  • 0 comments
  • 0 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
  • 2124 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
  • 386 Views
  • 0 comments
  • 0 kudos

Design a schema with more than one fact - Multi Fact Schema

 Analytical Need  We have multiple sources for our measures and multiple sources to slice & dice these measures.  Modeling Challenge How do we build a schema that will enable us to perform our needed analysis? We will need to connect all of our t...

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

Analyze Period over Period - MoM / WoW / DoD

 Analytical Need There are cases where we want to analyze our measures as a comparison between periods of time. For instance, ee want to know how did our measures behave on January this year vs. previous year. This means that we have to put down in...

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