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

Knowledge Base Articles

Pivot2 Table Row Custom Sort

In a custom column, add a prefix number followed by a period and a space to the dimensions you want to sort in pivot.For example, if we have a column called Category with the following categories:First CategoryAnother CategoryCreate a custom column c...

intapiuser by Community Team Member
  • 1262 Views
  • 1 comments
  • 0 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 Member
  • 163 Views
  • 0 comments
  • 1 kudos

BloX Button To Add/Remove Break By

This article details the process of creating a BloX button that applies/removes Break By on one or more widgets. Step 1Create the widget(s) including the Break By field. We will need to retrieve the JAQL for the Break By field and add it later via a ...

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

Changing your UID and GID to 1000

Changing your UID and GID to 1000While deploying Sisense on a Linux OS Distribution, you may need to use UID and GID 1000 for the installation user (linux_user in YAML). Step 1: Check the UID and GID of your installation user:Run the following comman...

Papa by Sisense Team Member
  • 379 Views
  • 0 comments
  • 1 kudos

Show in the Pivot Top 7 Values, Starting From the 3rd

Show in the Pivot Top 7 Values, Starting From the 3rd We have a task to show from the top 10 values just from 3 through 10. Based on Sample Ecommerce elasticube, we have in rows - "Brand" and in values "Total revenue" To see just the Top 10 we will ...

Screenshot_16.png Screenshot_17.png Screenshot_18.png Screenshot_19.png
OleksandrB by Sisense Team Member
  • 102 Views
  • 0 comments
  • 1 kudos

Change multiple dashboards owner

In case when you need to change the owner of multiple dashboards there are few ways: 1) In case all the dashboards are in 1 folder then you can select the folder and export the dashboards.​ After what, import the dashboards back under the user to who...

intapiuser by Community Team Member
  • 1395 Views
  • 4 comments
  • 0 kudos

SisenseJS silent login approach

SisenseJS silent login approachDisclaimer: 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 this post will work in every ...

ILLIA_0-1716559120698.png
ILLIA by Sisense Team Member
  • 489 Views
  • 0 comments
  • 4 kudos

Workaround for "File exceeds Limitation of 500 MB"

Workaround for "File exceeds Limitation of 500 MB" If you try to import a CSV file to Elasticube and receive a message "File exceeds the limitation of 500 MB" As a workaround, you may upload large .csv files to the File Manager and then point to th...

limitation.png input file.png Screenshot_51.png limitation.png
OleksandrB by Sisense Team Member
  • 136 Views
  • 0 comments
  • 1 kudos

Explanation of the Report Manager Settings

Explanation of the Report Manager Settings Question Could someone clarify what these settings do and how or if they interact with each other? - reportManager.maximumExportRetries- reportManager.userReportOwnerForNonSisenseUser- "Number of simultaneo...

OleksandrB by Sisense Team Member
  • 185 Views
  • 0 comments
  • 1 kudos

Export a table from the elasticube to a CSV

* Disclaimer: This works for Windows only. It will work in future with Linux versions as well. Once it does, I will update the post. Sometimes, we need to export a table from the Elasticube to a CSV file. We can then import it to the next build, to s...

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

Right Align Numeric Dimensions In Pivot And Table Widgets

Introduction when adding numeric dimension to pivot and table widgets in the rows section and not the value section (in cases where the numeric value is an attribute and not a measure) you can change the alignment of the number dimensions to the left...

intapiuser by Community Team Member
  • 532 Views
  • 1 comments
  • 0 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
  • 2012 Views
  • 5 comments
  • 0 kudos

User Parameters Use Case - Query Tracking / Audit

User Parameters Use Case - Query Tracking / Audit This article explains one of the example use cases of User Parameters laid out in User Parameters - What They Are and What They're For (Example Use Cases). User Parameters can be used in live models...

Screenshot 2024-05-17 at 5.41.42 PM.png Screenshot 2024-05-17 at 5.44.47 PM.png Screenshot 2024-05-17 at 6.05.25 PM.png Screenshot 2024-05-17 at 6.21.27 PM.png
TriAnthony by Sisense Team Member
  • 278 Views
  • 0 comments
  • 1 kudos

JWT SSO With Cognito

Amazon Cognito provides authentication, authorization, and user management for your web and mobile apps. Your users can sign in directly with a user name and password, or through a third party such as Facebook, Amazon, Google or Apple.   The two ...

Labels