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

Knowledge Base Articles

Using the InternalHttp Function Within Scripts and Plugins

Using the InternalHttp Function Within Scripts and Plugins The InternalHttp function is a Sisense function within the Sisense internal Prism object. The prism object and the InternalHttp function are present on all Sisense pages and can be used in sc...

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 Leader
  • 574 Views
  • 0 comments
  • 1 kudos

How to Replace or Copy Dashboard Shares Using REST API

You will learn about common scenarios where we may need to copy or apply a new list of sharings for dashboards within this article.  We need to export some dashboard corruption, remove them from the instance, and import them back. Copy the share lis...

iburiak_0-1687467668475.png iburiak_1-1687467667583.png iburiak_2-1687467667934.png iburiak_3-1687467667710.png
iburiak by Sisense Team Member
  • 1204 Views
  • 0 comments
  • 1 kudos

Reorder pivot columns by viewers

 Need  A common requirement for self service BI is to enable the viewers to save their own report. This can be achievable in Sisense if you are a designer of a dashboard. However, when you are a viewer, you cannot even re-order the pivot columns as...

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

Python Script to Export Dashboards to CSV File

The following Python script allows exporting dashboard data to CSV files. The script will export each widget to a separate CSV file. This new version of the script uses Sisense's REST API an eliminates the direct connection to the mongodb. Important:...

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

Advanced Configuration Control via API Calls

Advanced Configuration Control via API Calls Frequently, there are situations when a user is required to change some Sisense parameters when access is not available due to a wrong configuration, or it is required to automate switching of some config...

vsolodkyi_0-1668468073706.png vsolodkyi_2-1668468073717.png vsolodkyi_3-1668468073720.png
vsolodkyi by Sisense Team Member
  • 816 Views
  • 0 comments
  • 0 kudos

Leveraging Usage Analytics for maintaining a healthy environment

Analytical Need In this article, we can find a suggested approach on how to better maintain our Sisense environment. The current tools and methodologies take us to an encumbering and challenging work. By creating a dedicated dashboard to show our env...

Community_Admin_2-1634652094450.png

Replace the homepage with an embedded dashboard

Introduction: By using the re-branding API you can replace the default homepage with a specific dashboard. (For further explanation of the branding functionality please read this article.) Keep in mind you need to leave only what you change ("string...

Community_Admin_0-1634652709740.png