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

Knowledge Base Articles

Custom error notification image

Custom error notification image This article explains how to develop the plugin to replace the default error image. Of course, in ideal world there are no errors, but who does live in the ideal one? As a result of this article’s implementation, we w...

Screenshot 2025-01-13 at 11.24.48 AM.png

BloX: replicating action “send me the report now”

BloX: replicating action “send me the report now”This article explains how to develop an action to send a dashboard as a report to the end user. This action replicates the action “Send me the report now”. This action is available only to the dashboar...

Limiting Date Range Filters in Sisense Dashboards

Limiting Date Range Filters in Sisense Dashboards Use Case Overview Wide date ranges in Sisense dashboards can lead to performance issues, especially when using live models or querying large datasets. For live data models, large queries increase cost...

Anonymous by Not applicable
  • 293 Views
  • 0 comments
  • 1 kudos

Leveraging Sisense Notebooks with Compose SDK

Leveraging Sisense Notebooks with Compose SDK In today’s developer ecosystem, delivering a tailored creator experience is essential for success, especially when integrating analytics into customer-facing applications. Many existing solutions offer a...

Screenshot 2024-09-17 at 4.01.02 PM.png Screenshot 2024-09-17 at 4.00.43 PM.png
Anonymous by Not applicable
  • 250 Views
  • 0 comments
  • 1 kudos

Using Compose SDK with D3 Packed Bubble Charts

Using Compose SDK with D3 Packed Bubble ChartsHow to Build a Packed Bubble Chart Using D3.js and the Sisense Compose SDKD3 Packed Bubble Git Repo What Is D3.js?D3.js (Data-Driven Documents) is a popular JavaScript library used to create complex, data...

spuma_0-1726069410686.png
Anonymous by Not applicable
  • 271 Views
  • 0 comments
  • 0 kudos

Connecting Sisense Git Version Control with Bitbucket

Connecting Sisense Git Version Control with Bitbucket Summary This article addresses common steps needed when establishing a connection between Sisense Git version control and Bitbucket. It provides step-by-step instructions on how to generate and u...

taras by Sisense Team Member
  • 162 Views
  • 0 comments
  • 0 kudos

How to Check SSL Ciphers

How to Check SSL Ciphers If you have enabled SSL on Sisense side, the Nginx controller will be deployed in the default namespace. To check the currently configured ciphers run the following command and check the "nginx.ingress.kubernetes.io/ssl-cip...

vsolodkyi by Sisense Team Member
  • 165 Views
  • 0 comments
  • 0 kudos

Migrating Assets Across Environments Leveraging GIT

Migrating Assets Across Environments Leveraging GITSisense released its Git Integration for Linux version 2022.10. With the GIT GUI in Sisense, you can can do a lot of exciting things like version control or integrate into CI/CD pipelines. I went ahe...

Anonymous by Not applicable
  • 1203 Views
  • 0 comments
  • 1 kudos

Configuring/Adjusting Readiness Probes for Containers

Configuring/Adjusting Readiness Probes for Containers Overview: Readiness probes are critical in container orchestration to ensure that containers are ready to handle traffic before they are included in service load balancing. If a container fails r...

vsolodkyi by Sisense Team Member
  • 163 Views
  • 0 comments
  • 1 kudos

Toggle Logarithmic Feature

Toggle Logarithmic Feature Question I want the user to be able to toggle on and off the "Logarithmic" feature from the design panel. Answer See the script below: widget.on('processresult', function(se, ev){ev.result.chart.spacing = [20, 20, 77, 20...

gwolfe_0-1716309534846.png
DRay by Community Team Leader
  • 232 Views
  • 0 comments
  • 1 kudos

React Typescript Component for Embedding Sisense Dashboards

To embed dashboards from Sisense into your web application, typically you would use either the IFRAME or EmbedSDK approaches (see sisense.dev for more details). If your application is written in React, then React components to achieve tasks, like th...

sampleApp.gif
steve by Sisense Team Member
  • 2457 Views
  • 5 comments
  • 0 kudos

Dashboard Dictionary

Use Case My users and designers were looking for an easy way to get insights into how certain dashboards and widgets were built in terms of formulas and filters.  Solution For this, I have written a Python script that takes a list of dashboard IDs...

DRay_0-1707934801901.png
DRay by Community Team Leader
  • 398 Views
  • 0 comments
  • 1 kudos
Labels