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

Knowledge Base Articles

Format Seconds to Time (HH:MM:SS) in a Pivot Table

This article will explain how to convert seconds into date-time format on a pivot table. 1. Ensure your seconds column is of type integer.2. In the widget editor, add the widget script below. Information on how to add a widget script here: https://si...

Screen Shot 2022-03-31 at 14.11.55.png
edselv by 9 - Travel Pro
  • 3141 Views
  • 0 comments
  • 2 kudos

Stacked Bar & Single Bar

Question: I want a Column Chart with 3 metrics- 2 of the metrics are stacked while one remains a single Column. I would even consider doing the 2 metrics stacked and the 3rd as a line, but if I choose 'Stacked' as my Column Chart Type, the ability t...

Community_Admin_0-1634257847586.png

Taking your Dashboard to the Next Level

Introduction The following article discusses how to take a good functional dashboard to the next level. It mentions the relevant Sisense features available to help achieve your next goal.   Table of Contents IntroductionTable of ContentsDashboard Co...

Ophir_Buchman_1-1644436248334.png 83227784_3726975083979609_8570336295451099136_n[1].jpg

Dynamic Widget Scripts

Download: GitHub Link Version: 1.0.0 Introduction: This article explains how to install the plug-in and how to interact with the js and configuration file. Purpose/Benefits: This plug-in will add or change change the current script applied to widget...

Screen Shot 2021-12-27 at 12.34.05.png Screen Shot 2021-12-27 at 12.36.06.png
edselv by 9 - Travel Pro
  • 1189 Views
  • 0 comments
  • 1 kudos

Customizing an Indicator Widget

Introduction The following document provides code snippets for customizing an indicator widget. Table of Contents IntroductionTable of ContentsHow to Use This Page?Widget CustomizationsThe “Simple” Numerical WidgetThe “Ticker” Numerical WidgetThe Ga...

b5485102-44cf-41b3-badf-edf337b8d7b9.png 6e733207-031c-489e-ba47-df36b86e0c29.png bab45ba4-551a-4f86-873a-81689e3e4ba4.png d01d5297-07a6-492c-9b4c-ba3abcf91f1d.png

Grid Charts

Analytical Need Sometimes we want to display 2 dimensions and one measure in a widget. Ordinarily we will use a pivot table for this purpose. A pivot table may be very nice & good but it doesn't allow us to filter the dashboard based on values from ...

Community_Admin_1-1634296258279.jpeg Community_Admin_2-1634296258524.jpeg Community_Admin_3-1634296258431.jpeg

Chart Type - Radial Bar Chart In Matplotlib (Python)

    Here's a script that takes a data frame with two values, the current and benchmark, and returns radial bar charts to plot progress toward a goal. You can also choose a color using the color_theme parameter that takes values 'Grey', 'Purple, 'Bl...

Community_Admin_0-1635242545447.png

How To Create & Use Variables

Sometimes we'd like to define variables to hold specific metrics and use them throughout the dashboard in several places, with the ability to change / control them in one repository without the need to manually change each formula or widget. A good ...

Replace the homepage with an embedded dashboard

Introduction: By using the re-branding API you can replace the default homepage with a specific dashboard. (For further explanation of the branding functionality please read this article.) Keep in mind you need to leave only what you change ("string...

Community_Admin_0-1634652709740.png

Color a column chart based on another formula

If you need to color columns in a column chart based on a different formula you will need to use the following solution. For this example, we will color the columns that calculate [Total Cost] for the [City] by another value, that is calculated by t...

Community_Admin_0-1634651516418.png Community_Admin_1-1634651516661.png Community_Admin_2-1634651515740.png Community_Admin_3-1634651516092.png

Dashboard Planning and Implementation

This page is intended to keep a focus on Dashboard design in terms of: Planning Implementation User experience and functionalityDashboard training for end users Dashboard Planning Dashboard planning goes hand in hand with project planning, and will ...

Community_Admin_0-1634627284977.png Community_Admin_1-1634627285046.png

Create an AND Filter For Survey Data

Issue  In Survey Data you might have 10th or even 100ds of parameters per questionnaire, Sisense suggest transposing all the parameter into one column (See article). Once you do that you might run into an issue filtering questionnaires that answered ...

Community_Admin_7-1634627102566.png Community_Admin_8-1634627102575.png Community_Admin_9-1634627102548.png Community_Admin_10-1634627102561.png

Automatic switching between dashboards

This article explains how to automatically switch between dashboards every predetermined amount of time. This might come useful, when you have multiple dashboards that you want to be presented in a cycle on a monitor to reflect updated data\records....

Fields from the Dashboard (without scripting)

Analytical Need  For a metric, I need to calculate the month difference between the min and max date of purchase for each brand in my dataset. I want the dates to be dynamic in respect to filtering, etc.  I am using the attached .ecdata and .dash fi...

Community_Admin_0-1634470523769.png

How to see the latest date in the Pivot?

Question: How to see the latest date in the Pivot? Answer: You need to change the date to an integer. Then I used the script in the comments in a previous post, and was able to request results. This is the script we used var m_names = new Array("J...

Community_Admin_0-1634259092513.png
Labels