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

Knowledge Base Articles

Windows Compatibility Check for Linux

Windows Compatibility Check for Linux Follow the steps below to download and run the executable utility file to check Linux compatibility. This will generate a file outlining key metrics associated with your Windows deployment (such as storage utiliz...

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

Utilizing Local Storage for Sisense Stateful Sets

Utilizing Local Storage for Sisense Stateful Sets Introduction When Sisense is deployed, we typically deploy with two types of storage, ReadWriteOnce (RWO), mainly used by stateful sets such as MongoDB, and ReadWriteMany (RWX) supporting by our core...

Wyatt by Sisense Team Member
  • 613 Views
  • 1 comments
  • 2 kudos

Planning, Executing, and Monitoring your Dashboard

Introduction The following article discusses a dashboard's (high-level) development cycle. It breaks the process into easy measurable steps that start from the initial KPI planning all the way to maintaining and adjusting your end product. Table of C...

Ophir_0-1643098274233.png Ophir_1-1643098337878.png Ophir_2-1643098738509.png Ophir_0-1643099067104.png

Relative Date Filter in Blox

Part 1: Preparation And Setup Download the BloX Template HereImport the Template into BloX (tutorial here)Create an action called "RelativeDate"Add the code below to the action and save it. if (payload.text == "Year" ) { prism.activeDashbo...

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

Hide the widget's Button from the Toolbar for Viewer User

Hide the widget's Button from the Toolbar for Viewer User We will be learning how to hide information/additional buttons on the widgets from the Viewer user. Also, it is possible to hide these buttons from all users.      For this press the 3 dots ...

Screenshot_35.png Screenshot_36.png Screenshot_35.png
Anonymous by Not applicable
  • 970 Views
  • 2 comments
  • 0 kudos

Add Images from External Table Instead of Labels in Pie Chart

Add Images from External Table Instead of Labels in Pie ChartDisclaimer: Please note that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in...

IlyaKvashenko_1-1691910044335.png IlyaKvashenko_2-1691910109759.png
ILLIA by Sisense Team Member
  • 421 Views
  • 0 comments
  • 2 kudos

How To Find Your Sisense Version?

Question: How can I find the exact version and build of my Sisense environment?   Solution: There are 3 easy ways to find the exact version of your environment:   On the web application Open your Sisense web applicationOn the top toolbar, click on t...

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

BloX Template: Indicators With Sparkline

IntroductionIn many use cases, the most current state of your KPI is as important as the trend of that KPI over time (for example, the trend of stock price, impressions or reach of your social media campaigns, etc), so you want to show both an indica...

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

Configure Dynamic Elasticubes Plugin

Configure Dynamic Elasticubes PluginWe have created this step by step guide for users that are looking to configure the Dynamic Elasticubes plugin without a URL parameter.https://www.sisense.com/marketplace/dynamic-elasticubes/Step 1: Install the plu...

Krutika_1-1691604465538.png Krutika_2-1691604465552.png
Krutika by Sisense Team Member
  • 685 Views
  • 0 comments
  • 1 kudos

Setting Up SSO SAML 2.0 With Azure AD

Introduction This article explains how to set up SAML 2.0 integration between Sisense and Azure AD.For more information about SSO in Sisense see Introduction to SSOSSO via SAML 2.0 By default, Sisense supports Forms Authentication only. Starting...

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

An universal way on how to collect logs in EKS clusters

Introduction This guide provides step-by-step instructions on how to collect logs in EKS clusters. By following these steps, logs will be copied to a storage location accessible through the Sisense web UI. This approach avoids the need to explain the...

vsolodkyi by Sisense Team Member
  • 775 Views
  • 0 comments
  • 2 kudos

Creating 'From-To' Date using BloX

 Analytical Need Attached below is a BloX template.A common request is to have a 'From To' input at the top of the dashboard to affect a calendar range selection of dates.To achieve this need we can utilize BloX's form capabilities.Picking a date ran...

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

Change The "Grand Total" Label In A Pivot

The following script can change the labelwidget.on('ready',function(e, args){ $('[id="' + args.widget.oid + '"]').find('span:contains("Grand Total")').text("YTD"); $('widget[oid="' + args.widget.oid + '"]').find('span:contains("Grand Total")').te...

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

How to Add a TimeStamp to a Widget Title

How to Add a TimeStamp to a Widget Title This article provides directions on how to add a timestamp to a widget title using JavaScript.  This could be useful in cases where a user needs to calculate specific metrics in a Live Data model (the script a...

Liliia_DevX_0-1689766904022.png Liliia_DevX_1-1689766951759.png
Labels