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

Knowledge Base Articles

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 v...

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

SisenseJs Custom Filter Samples

Gitlab Link: https://gitlab.com/SisenseJS/filter-samples This project was created to show several ways to integrate 3rd party components with Sisense.js. Many web apps that leverage Sisense.js for embedding do so because they already have a consisten...

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

Color Heatmap

Version: 1.4 DisclaimerUse the download Link for L2023.7 or newer. For older versions of Sisense, use the other attached version of the ColorHeatmap pluginIntroductionThis article explains how to install and configure the Color Heatmap widget as seen...

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

Pivot2. How to set up styles with the scripts?

Currently, in Linux installation, you can face widget [Pivot2]. This is a new realization of the widget [Pivot]. This means that it has new styles, new classes, etc. Almost all the scripts to change styles of the resulting table used DOM selectors to...

intapiuser by Community Team Member
  • 1416 Views
  • 1 comments
  • 1 kudos

Quickbooks Online: Customizing Table Schemas

Connecting to Quickbooks online. Begin with downloading the connector. Create an app in Quickbooks online environment Creating an AppYou can follow the steps below to create an app and obtain the OAuth client credentials, the consumer key and consume...

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

Weighted Vs Unweighted Averages

When summarizing statistics across multiple categories, analysts often have to decide between using weighted and unweighted averages. An unweighted average is essentially your familiar method of taking the mean. Let's say 0% of users logged into my s...

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

Test For Normal Distribution Of Data With Python

One of the first steps in exploratory data analysis is to identify the characteristics of the data, importantly including a test for distribution patterns. In this example, learn how to check if your data is normally distributed in Python with a visu...

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

Get Yesterday's Date

Often times, we want to analyze data with the date from yesterday. How do we auto-populate yesterday's date? There are a few formats that we can use! The syntax below lets us get yesterday's date with timestamp:select dateadd(day,-1,getdate()) To onl...

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

Pivoting And Melting Dataframes

Here's the scenario: you just used SQL and have an output that shows the results you want, but it isn't optimally displayed. Instead of writing cumbersome case when statements, unions/union alls, we can quickly use a few short functions in Python or ...

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

Gantt Chart For Team Workflows

Gantt charts are a great way to show which projects and tasks different teams are working on at a given time. This chart type is heavily used by Project Managers, Task Managers, and anyone else managing multiple workflows.Using Periscope Data's Pytho...

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

Transposing Tables Using Python Pandas

Pandas makes transposing tables beautifully simple! Below are a couple examples using the example SQL output below: This first Python snippet allows you to define your own column headers: # SQL output is imported as a pandas dataframe variable called...

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

Custom Date Range Filter

Update: Sisense for Cloud Data Teams now allows you the ability to create additional date range filters without having to go through the below workaround. Refer to our docs here under "Additional Date Range Filters"Sometimes, users would like to appl...

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

Getting Around Overlapping Data Labels With Python

A common hazard when adding data labels to a chart, is that often times the data labels will overlap when there are two points located relatively close to one another. Fortunately, the flexibility of python allows us a way around overlapping data lab...

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

Creating Charts With Broken Axes

Sometimes outliers are just in the way of chart creation and we want to put them in their own section of chart. Python can help us do that! I started with a data set like "count of users created by month" where there were only values for Jan-Feb and ...

intapiuser by Community Team Member
  • 2845 Views
  • 0 comments
  • 0 kudos
Labels
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: