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

Knowledge Base Articles

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

Filter Oldest Date For Each Product In A Pivot Table

Question: I'm attempting to select the First Time (day) each product in a list was ordered. Example:Product A | 10/10/2018Product A | 10/30/2018Product B | 09/01/2016Product B | 10/10/2018Result: Product A | 10/10/2018Product B | 09/01/2016 Answer...

Object Count By Limiting Object Entries

Question: I have a list of items that have multiple date-oriented entries. I have a numerical field that indicates days since last scan, so I can filter based on the lowest number of days per item. What I am trying to do is count the number of items...

Community_Admin_0-1634258724903.png

How To Count Number Of Records Below/About MEDIAN/AVG

Question: I'm looking for a way to count number of records below and above median/AVG. Answer: Step 1: Add all category columns (Country, City, ID) to the Rows panel.Step 2: Add a column under the Value panel that calculates the total amount. The ...

How Can I Replace A Dashboard By ID?

Question: I have a dashboard that is referred to via a static Web page. I've developed a replacement dashboard but I want it to have the same exact object id number as its predecessor. So, I want to overwrite a dashboard ID with a completely differe...

Custom Date Filter "Since"

Question: I am looking for a solution to filter my data based on time period. I currently have data going back to 2016, but I want to filter it to show only entries for 04/2019 until today.  Answer: You can do this with a custom-filter. Add your d...

Filter Field Where Value Contain Word

Question: Is there any kind of way that allows me to filter a field based on "contains word" criteria. Answer: You can set such a thing as a filter on a dashboard, widget, or formula on any dashboard JAQL syntax { "contains": "mm" } You can also ...

Community_Admin_0-1634254107775.png Community_Admin_1-1634254164824.png

How to Filter A Formula By A Number

Question: Currently, when creating a formula at the widget level, you can filter the formula but by a text field only. How can I filter the formula by the numeric field?  For example, this is helpful when creating a percent of total calculation -- I...

Community_Admin_0-1634253893532.png

Calculate non unique values

Question: I have an example of data below. I want to be able to get a count of the Unique Member ID's that have more than 1 different confirmation number tied to it. So in the simple example below that number would be 1. Member 55555 has 3 entries, ...

Community_Admin_1-1634253389517.png
Labels