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

Knowledge Base Articles

Sort Both Axes In Scatter Chart

In order to sort both axes in the Scatter chart you might need to use the following script under the "Widget Script" levelvar xOrder = 'asc' //also, this value can be desc var yOrder = 'asc' widget.on('beforeviewloaded', function(scope, args) { ...

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

Capture User Filters Then Write Back To MongoDB

Use case: Capturing what the end-user has selected to filter. Then writing back the filtered selection to the app mongodb for further analysis of customer dashboard interaction.Instructions: Add the code below as a dashboard script.Notes: Current scr...

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

Adding Custom Fonts to BloX Widgets

Adding Custom Fonts to BloX Widgets     Introduction BloX can import custom fonts to allow more design customization of the widget. A single or multiple custom fonts can be used in a widget. This article explains the steps to add custom fonts to a B...

GuyLevin_0-1682678684921.png GuyLevin_1-1682679000406.png GuyLevin_2-1682679185327.png GuyLevin_7-1682681252375.png
GuyLevin by Sisense Team Member
  • 1224 Views
  • 0 comments
  • 1 kudos

“Production line” Status Indicators - Dynamic BloX Widget

“Production line” Status Indicators - Dynamic BloX Widget     Introduction This article explains how to set up and use an example Blox widget that creates a dynamic visual representation of a "production line".  This widget was developed for a manuf...

GuyLevin_1-1682500775511.png GuyLevin_2-1682500942092.png GuyLevin_3-1682501017258.png GuyLevin_4-1682501158943.png
GuyLevin by Sisense Team Member
  • 1279 Views
  • 0 comments
  • 1 kudos

Gradient Conditional Formatting In Pivot Tables

Conditional formatting of background colors in pivot tables is one of the best ways to draw attention to numbers, but still provide a clean visual.  The use of data bars creates a lot of visual noise, whereas background colors are subtle and act more...

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

How to create a Personalized Navigation Landing Page

 Requirement In this article, we will look to create a personalized dashboard navigation landing page that shows: The logged user's most popular dashboards.Most popular dashboards on the company level. Consider further enhancing the logic present...

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

Some Causes Of Build Failures

One common reason your dashboards may not be working as intended is that your ElastiCube builds are not designed properly. This isn’t a catch-all problem, and though there are multiple reasons why it can occur, the outcome is the same: insights aren...

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

File Management Automation for File Management

On article Uploading Files Locally Using Rest (Linux) we saw examples of how to automate the upload of files to File Management. This article describe methods to automate the management of files on File Manager. Compatible with Linux Version <= L...

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

Include All Dimension Values (Left Outer Join)

 Download using the attachment below     Introduction A common requirement when performing grouping and aggregate operations, is to include all dimension values in the group irrespective of the contextual filters applied on the transaction table. ...

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

Formulas Creating "Random Paths" Between Dimensions

ProblemAdvanced formulas can sometimes return wrong results (or no results at all) when combining dimension-affiliated calculations**  with dashboard or widget filters based on a second dimension.Certain calculations may include backstage joins betwe...

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

Leveraging Usage Analytics for Determining Heavy Widgets

Leveraging Usage Analytics for Determining Heavy Widgets In this article, we can find a suggested approach on how to determine dashboard widgets that consume a lot of memory and may cause performance issues. Usage Analytics Usage Analytics is part ...

asymkin_0-1681378756548.png
asymkin by Sisense Team Member
  • 475 Views
  • 0 comments
  • 0 kudos

Disable Percentages In Tooltip For Pie And Column Charts

The following solution is relevant to both Pi and column charts. Illustrations were supplied for Pi charts only for simplicity. If you'd like to remove the percentage value in the tooltip hover menu as illustrated below:For Pie charts:Edit widgetEdit...

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

Center Zero Intersect On Bar Charts

Download: Center Zero Intersect Introduction This article explains how to center the zero intersect of a bar chart.  This can be done manually be setting the axis min/max, but this solution provides a way to do this dynamically.StepsSTEP 1 - ADD THE ...

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

Unexpected Behavior When Trying to Share a Dashboard

Unexpected Behavior When Trying to Share a Dashboard Sometimes you can face unexpected behaviors of the system when a dashboard is rendering data,l but you as owner are not able to republish it with other users. Case #1     If this dashboard was im...

yevhen_chernin_0-1680545770265.png yevhen_chernin_1-1680545770255.png yevhen_chernin_2-1680545770322.png

Change Marker Opacity In A Scatter Chart

The widget script below can be used to change the opacity of scatter chart markers, either for specific series (colors) or for the entire chart (Last Tested on 7.1.1.10089).//Series you want to adjust. Leaving this array empty will adjust all series ...

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

50,000 Row Limit in Live Model export to CSV

50,000 Row Limit in Live Model export to CSV This article gives detailed steps on how to overcome the 50,000-row limit in Live Model export to a CSV file.  When downloading data from a Sisense Dashboard, based on a Live Model, into a CSV format, Sis...

jcordell_1-1680635948131.png jcordell_2-1680636051455.png
asymkin by Sisense Team Member
  • 1871 Views
  • 0 comments
  • 3 kudos

Reverse Proxy with Nginx + SSL configuration

Reverse Proxy with Nginx + SSL configurationNginx Reverse proxy configurationStep 1. Nginx reverse proxy server set up In this example, we are using nginx, we can install it on the same device as Sisense. To install it run1. Install nginx for Ubuntu/...

jcordell_0-1672416696743.png
vsolodkyi by Sisense Team Member
  • 21285 Views
  • 4 comments
  • 1 kudos
Labels