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

Knowledge Base Articles

Sample Code for Sharing Dashboards Using the REST API in .NET

Introduction A sample code to demonstrate adding shares using the Sisense API in .NET. The programs flow is a follows: Retrieve the authentication token using: Retrieve userID using: Retrieve the current shares for the dashboard using: Share the dash...

intapiuser by Community Team Member
  • 554 Views
  • 0 comments
  • 0 kudos

Querying the Sisense Elasticube with Python

This article will cover two methods you can use to connect Python to the Elasticube. Method 1: Using ODBCMethod 2: Using the REST API Method 1: Connect to the EC with ODBC Download Sisense ODBC This method will require you to download the ODBC driver...

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

How To Order A Stacked Column Chart Using A BreakBy

Introduction When adding a break by field to an ordered column chart, the order does not exist anymore.We have created this post in order to workaround this problem. StepsIn order to use the script, you need to follow the next steps: 1. Edit the widg...

intapiuser by Community Team Member
  • 919 Views
  • 0 comments
  • 0 kudos

Retrieve All Widget IDs, Titles And Types In A Dashboard

1) Open the Developers Console (press F12 in Chrome.) 2) Navigate to Console tab: 3) In the console prompt line, enter the following script and press Enter: 4) prism.activeDashboard.widgets.toArray() 5) This results in a printout of an object with th...

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

Resizing And Scaling Charts In R Python

You have you have an R or Python chart but it renders very small. How can you resize it? The Functions to Resize the Canvas These functions will set the max size that the image is capable of rendering. For R, you can append the following line before ...

intapiuser by Community Team Member
  • 163 Views
  • 0 comments
  • 0 kudos

Schedule Download Of SQL API Queries To CSV

Introduction With the Python script below and the Window Scheduler, you can automate the download of csv files based on queries of the SQL API to the elasticube. This type of process comes in handy when a user needs to download information regularly ...

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

Is it possible to enable/disable a plugin with REST API?

Question: Is it possible to enable/disable a plugin with REST API? Answer: Option 1 It is possible with the /api/plugins endpoint. Here is the script we use for a single enable/disable of a plugin; For enabling set isEnabled to True For disabling set...

intapiuser by Community Team Member
  • 246 Views
  • 0 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 res...

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

How To Create Elasticube Using Api

Question: Which api should i use to create my elasticube? Solution: At the moment, REST API for creating Datamodels is only available on Sisense for Linux, starting from version L8.0.2. This capability should become available on the Windows version a...

intapiuser by Community Team Member
  • 365 Views
  • 0 comments
  • 0 kudos

REST Connector troubleshooting

Sometimes a user can experience difficulties while defining a REST connector. This guide will help to troubleshoot these connectors. Topics: REST connector prerequisites Timeout issue Logs to review Rest Connector Prerequisites: Below are the prerequ...

intapiuser by Community Team Member
  • 377 Views
  • 0 comments
  • 0 kudos

How to install new kernel or update existing one in Ubuntu

Some OS related issues could be fixed by installing a different Linux Kernel. In this article we will review how to install a new kernel and make it bootable by default.Installing a new kernelDisplay version of currently running Kernel: uname -r Exam...

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

Viewing Widget JAQL Queries

Viewing Widget JAQL Queries There are a large number of reasons you may want to view the query(ies) being sent from a dashboard widget, most of which are performance or data quality related. This article explains two methods that can be used independ...

Darwin by Sisense Team Member
  • 1322 Views
  • 0 comments
  • 0 kudos
Labels
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: