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

Knowledge Base Articles

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
  • 2442 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
  • 873 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
  • 1459 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
  • 457 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
  • 1881 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
  • 336 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
  • 4190 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
  • 2488 Views
  • 1 comments
  • 0 kudos

How To Troubleshoot Build Failures (Linux OS)

HOW TO TROUBLESHOOT BUILD FAILURES (Linux OS)Building an ElastiCube imports the data from the data source(s) that have been added. The data is stored on the Sisense instance, where future dashboard queries will be run against it. You must build an El...

Krutika_0-1659023295057.png Krutika_1-1659023295088.png Krutika_2-1659023295249.png
Krutika by Sisense Team Member
  • 6687 Views
  • 15 comments
  • 6 kudos

BloX - A Technical Introduction

BloX - A Technical Introduction To start, download the attached file ‘BloXTutorial-Styling.dash’ file and import this into your Sisense environment. This dashboard uses the ‘Sample Ecommerce’ data model and contains all iterations of the BloX widget...

alexfrisbie_0-1675282038054.png alexfrisbie_1-1675282038020.png alexfrisbie_2-1675282038037.png

Controlling JAQL Timeout | Linux

Controlling JAQL Timeout | Linux Please note this article is for Linux users. What You’ll Learn Main Properties of a JAQL requestWhen the JaqlPool parameters for managing JAQL request timeouts are triggeredWhen to change the default values for these...

VashtiR_0-1670519058355.png VashtiR_1-1670519058374.png VashtiR_2-1670519058379.png
VashtiR by Sisense Team Member
  • 1138 Views
  • 2 comments
  • 1 kudos

Websocket Functionality Within Sisense

Websocket Functionality Within SisenseIntroductionSisense uses the WebSocket Protocol to load dynamic content within the platform. It’s important to remember that the WebSocket Protocol is simply an upgrade of HTTP(S) traffic, relying on the same bas...

Wyatt_0-1669658656681.png Wyatt_1-1669658656667.png Wyatt_2-1669658656712.png
Wyatt by Sisense Team Member
  • 1160 Views
  • 0 comments
  • 2 kudos

Advanced Configuration Control via API Calls

Advanced Configuration Control via API Calls Frequently, there are situations when a user is required to change some Sisense parameters when access is not available due to a wrong configuration, or it is required to automate switching of some config...

vsolodkyi_0-1668468073706.png vsolodkyi_2-1668468073717.png vsolodkyi_3-1668468073720.png
vsolodkyi by Sisense Team Member
  • 546 Views
  • 0 comments
  • 0 kudos

Viewing Widget JAQL Queries

Viewing Widget JAQL Queries There are a large number of reasons you may want to view the query(ies) being sent from a dashboard widget, most of which are performance or data quality related. This article explains two methods that can be used indepen...

Darwin by Sisense Team Member
  • 1744 Views
  • 0 comments
  • 0 kudos

Hide a column - Linux Pivot

Sometimes we would like to hide a column in our pivot table so we will be able to apply a specific logic or order the table by a column without displaying it. The following script will allow you to hide the needed columns in your Pivot table. To imp...

Community_Admin_0-1634394440994.png Community_Admin_1-1634394440939.png

Assessing the Quality of Your Dashboard

Introduction The following article discusses how to assess the quality and adoption of your dashboard. Table of Contents IntroductionTable of ContentsHow to Measure a Dashboard's Quality?Planning Makes PerfectAssessing a Dashboard's QualityThe "Prac...

Ophir_0-1643746737747.png Ophir_0-1643270125878.png Ophir_1-1643270192433.png Ophir_3-1643270522581.png

How to Diagnose Slow Dashboard Load Time

There are multiple factors that affect dashboard performance. A dashboard consists of widgets, plugins, scripts, filters, and, most important, queries. In this article, we will examine how to diagnose and pinpoint what may be slowing your dashboard d...

Krutika_0-1651781532458.png Krutika_1-1651781532454.png
Krutika by Sisense Team Member
  • 2878 Views
  • 0 comments
  • 7 kudos

Customizing a Pivot 1.0 Widget

Introduction The following document provides code snippets for customizing a Pivot 1.0 widget Table of Contents IntroductionTable of ContentsHow to Use This Page?Widget CustomizationsLayout #1 - Single Row, Single Value, No ColumnsLayout #2 - Single ...

343efa6e-cbb4-4f8b-a00f-2e14afc820f9.png f6146f7f-14fb-489b-a56d-2dff68792cd8.png 2173460c-0eaf-4166-a680-4691b4af82c4.png 7c928253-4473-4da6-8e0f-b85b0404ce68.png

Add tooltips to a Pivot table

This article will show you how to quickly color a pivot table into two sections: by Row and by Value1. Build your pivot table. 2. In the widget editor, add the widget script below. Information on how to add a widget script here: Dashboard and Widge...

Screen Shot 2022-04-19 at 14.03.05.png
edselv by 9 - Travel Pro
  • 1925 Views
  • 0 comments
  • 1 kudos
Labels