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

Knowledge Base Articles

How to Customize Pie/Bar/Column/Area/Line Chart Data Labels

How to Customize Pie/Bar/Column/Area/Line Chart Data Labels If you find yourself needing to modify data labels on a widget, and the built-in capabilities do not allow you to achieve your goal, it might be possible to customize those values with the ...

Liliia_DevX_0-1680183310711.png Liliia_DevX_0-1680182517577.png Liliia_DevX_1-1680182801359.png
Liliia_DevX by Sisense Team Member
  • 1207 Views
  • 3 comments
  • 2 kudos

Modifying X Axis Labels

OverviewSisense's default behavior is to use values directly from the Elasticube to set the X-Axis. But what if you want to do more? Modifying the x-axis labels is very easy and very flexible. Let's look at the base code.widget.on('render', function(...

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

Advanced Quadrant Chart

ObjectiveDesign a quadrant chart based on X and Y axis averages with conditional formatting.StepsCreate standard scatter chartCreate a value in break by and assign the integer 1 to itCreate Aliases for multipasses by the Point dimension for the X and...

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

Reset To Default Filters When Loading Dashboard

Purpose/BenefitSometimes it is convenient to always reset the filters to a default state when opening a dashboard.  This post describes how to achieve this with a little bit of JavaScript.  When users will often be resetting filters to a default stat...

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

Troubleshooting Compose SDK Setup Issues

Troubleshooting Compose SDK Setup Issues Below are some issues you may run into when setting up a TypeScript+React app to use Compose SDK packages and how you may troubleshoot them. Most of them are related to the app configurations as opposed to SD...

mzarate by Sisense Team Member
  • 470 Views
  • 1 comments
  • 0 kudos

Clickable URL Links In Pivot Rows

Render existing HTML code stored in your data modelFollow the steps below in order to URL clickable within a pivot table. Some steps are different depending on whether your Sisense instance is running on Windows or Linux. You can check whether your S...

intapiuser by Community Team Member
  • 3822 Views
  • 3 comments
  • 0 kudos

Track Dashboard Usage With Google Analytics

Plugin Overview This plugin registers every page view from your Sisense instance to your Google Analytics account. https://analytics.google.com Configuration You must specify your Google Analytics "tracking ID" by editing the main.js file.By default...

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

Latest Date In A Pivot

Question: How to see the latest date in the Pivot? Solution: You need to change the date to an integer. Then I used the script in the comments in a previous post, and was able to request results. This is the script we used var m_names = new Arra...

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

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

Hide the widget's Button from the Toolbar for Viewer UserWe 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 in the...

OleksandrB_2-1707942105724.png OleksandrB_3-1707942105725.png
OleksandrB by Sisense Team Member
  • 312 Views
  • 0 comments
  • 2 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 Member
  • 248 Views
  • 0 comments
  • 1 kudos

How to change color of the links in Text widget?

How to change the color of the links in the Text widget?To change the color of the link, please do the following.Press 3 dots on the Text widget - Edit Script, paste next script, and press the Save button:const customStyle = { color: 'red' }; wi...

OleksandrB_0-1707413499846.png
OleksandrB by Sisense Team Member
  • 293 Views
  • 0 comments
  • 2 kudos

Pivot2: "Clickable URL Links In Pivot Rows" Re-Implemented

IntroductionIn some cases you might have a URL’s in your fields in the cube,  this post will show you how to modify URLs placed in rows of a Pivot table into clickable links.Purpose & BenefitsThis will allow you to jump to either internal or external...

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

Color Heatmap

Version: 1.4 DisclaimerUse the download Link for L2023.7 or newer. For older versions of Sisense, use the other attached version of the ColorHeatmap pluginIntroductionThis article explains how to install and configure the Color Heatmap widget as seen...

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

Disable "Add To Pulse" Feature On Widgets

DISABLE "ADD TO PULSE" FEATURE ON WIDGETS FOR ALL VIEWERS Few businesses don't want their Users (Viewers) of the dashboard to add pulse alerts from the visualizations of the dashboard. Though we don't have any feature in the current version of the p...

intapiuser by Community Team Member
  • 748 Views
  • 3 comments
  • 0 kudos

Are there specs for the Marketing Banner size?

Are there specs for the Marketing Banner size? By default, the banner has a fixed height of 425px.As a reference, we suggest identifying a screen resolution you're planning to use with your application mostly. If you take the screen width and use it ...

OleksandrB_0-1707412977752.png
OleksandrB by Sisense Team Member
  • 141 Views
  • 0 comments
  • 0 kudos
Labels