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

Knowledge Base Articles

How to Export a List of Sisense Users

Question: How can I export a list of Sisense users, for example users from a specific group?   Solution: Using the REST API you can pretty quickly get this info in JSON document format. The GET /users API supports group ID:  You could run GET /grou...

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

Radial Funnel Chart

Here is an alternate visualization of a funnel chart - instead of using bars, it depicts the different steps as concentric circles.How to use: define an array in the extract() function of the values you'd like to use. If you are pulling data from a d...

intapiuser by Community Team Member
  • 716 Views
  • 2 comments
  • 0 kudos

Creating A "Select All" Condition For A Multi-Select Filter!

Often, users will have a large number of filter values selected in a multi-select filter, and rather than having to deselect or 'x' out every filter value, you may want to quickly check the full, unfiltered data. This is something you can do in Sisen...

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

Dynamic Resize For Embedded IFrames

If you've ever attempted to dynamically resize your embedded iFrames in your parent application, you may have experienced a CORS conflict. Basically, since your parent application and sisense application serve from different domains, your browser re...

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

Plugin - Customize Dashboard Loading Screen

Plugin - Customize Dashboard Loading Screen This plugin enables changing or hiding the new Sisense dashboard loading screen introduced in L2023.6.InstallationTo install this plugin, download and unzip the attachment. Then drop the dashboardLoadingScr...

How to use JumpToDashboard in a Blox widget

How to use JumpToDashboard in a Blox widget This article explains how to use a JumpToDashboard within a Blox widget.  We’ll use a default template “Indicator Right” as an example to implement the JumpToDashboard action within the button.  First, let...

Liliia_DevX_0-1699271424676.png Liliia_DevX_1-1699271424664.png Liliia_DevX_2-1699271424658.png Liliia_DevX_3-1699271424780.gif

BI Solution: High Level Design

Based on the business requirements summary you've created in the previous step, you can now design the high-level overview of your BI Solution. This step aims to translate the business strategy into operational terms and associate it with the requir...

Community_Admin_0-1634555300987.png Community_Admin_1-1634555301027.png Community_Admin_2-1634555301053.png

Sync Blox Input Element with Current Filter State

Sync Blox Input Element with Current Filter State When creating a Blox widget and altering a filter within a dashboard or widget, it is sometimes advantageous to modify the default behavior, so that upon activating a Blox action, the Blox widget in...

Blox widget preserve.gif Blox widget sync.gif Blox widget sync.gif

Changing Grand Total Position

Question:In pivot tables, we would like to show column grand totals on top of the table and row grand totals at front. Please let us know how to alter positions.Asnwer:This script will move the grand total row to the top.  widget.on('ready', function...

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

Color the cell based on the value

Here is the script on how to color the Pivot cell based on the value of this cell.For example color the cells that contains the value "True"://Text column formatting widget.on('ready', function(se, ev){ var evalCol = 12; //fidx val of column to eval...

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

Using HTML for Style and Formatting in Pivots

Using HTML for Style and Formatting in Pivots Introduction A common use case within Pivot and Table widgets is to display a clickable hyperlink (see: this community post).  However, the ability to render HTML within these widgets can be used for mor...

akaplan_0-1698417699413.png akaplan_1-1698418029845.png akaplan_2-1698418277122.png akaplan_3-1698418727377.png
akaplan by Sisense Team Member
  • 943 Views
  • 0 comments
  • 0 kudos

Relocating /var/lib/docker directory

Relocating /var/lib/docker directory Introduction Docker uses /var/lib/docker to store images, containers, and locally named volumes. Deleting this can result in data loss and possibly stop the engine from running. However, in case it is needed to f...

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

Setting up Docker Registry for Sisense Offline Installation

An offline, or air-gapped, Sisense environment provides higher security than online, connected environments. As the offline environment has no outside communication, the only method to install Sisense in this environment is by using removable media,...

vsolodkyi by Sisense Team Member
  • 2077 Views
  • 3 comments
  • 1 kudos

Alerts In Slack

Sometimes users prefer to receive alerts via Slack channel as opposed to email.  While alerts are only built for email, we can receive alerts in Slack using Slack's 'Email' app. 1. Click 'Add Configuration' 2. Choose the Slack channel you want to sen...

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

BloX Metadata Changer List

BloX actions allow for a user to attach a script to be executed on a click of a button. A popular use case that has gained a lot of usage recently, has been meta data changing with BloX actions. These actions change an existing widget’s panel items, ...

intapiuser by Community Team Member
  • 1019 Views
  • 2 comments
  • 0 kudos
Labels