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

Knowledge Base Articles

Hide vertical lines on the Pivot widget (Linux)

Hide vertical lines on the Pivot widget To test this solution, you must create a dashboard based on any cube and create any Pivot widget. Once it is done - please go to the widget editor, click three dots select Edit Script, then paste the following ...

ILLIA_0-1738603735617.png
ILLIA by Sisense Team Member
  • 151 Views
  • 0 comments
  • 1 kudos

Auto zoom Area Map widget to a specific country on load (Linux)

Auto zoom Area Map widget to a specific country on loadTo test this solution, you must create a dashboard based on Sample ECommerce and an Area Map widget based on a Country column. Once it is done - please go to the widget editor, click three dots s...

ILLIA_0-1738602991196.png
ILLIA by Sisense Team Member
  • 348 Views
  • 0 comments
  • 1 kudos

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

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
  • 494 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
  • 495 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
  • 333 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
  • 497 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
  • 1416 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
  • 294 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
  • 306 Views
  • 0 comments
  • 1 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
  • 530 Views
  • 0 comments
  • 1 kudos

Resend Invitations to Inactive Users in Bulk

Steps: 1) Download Python and install it on your PC or the Sisense machine (make sure to add python to the PATH to easily initiate installation of directories). 2) Run CMD and type the following commands to add libraries used as part of our solution...

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

Python 3 Script to Import Many ElastiCubes

Introduction The attached script is intended to loop through all ElastiCube folders in your ElastiCubeData folder and import them. Business Case This solution has a couple of possible use cases.  The first is to facilitate migrating a Sisense environ...

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

How To Order A Stacked Column Chart Using A BreakBy

Introduction   When adding a break by field to an ordered column chart, the order does not exist anymore.We have created this post in order to workaround this problem. StepsIn order to use the script, you need to follow the next steps:   1. Edit the...

intapiuser by Community Team Member
  • 1911 Views
  • 0 comments
  • 1 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
  • 2584 Views
  • 0 comments
  • 2 kudos
Labels