Embedding Analytics
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

Embedding Sisense Dashboards In Salesforce

Embedding Sisense content into the applications where end users spend most of their time is one of the best ways to leverage your analytics investment. In this post, we'll go over embedding a Sisense dashboard in Salesforce, using Salesforce objects...

intapiuser by Community Team Member
  • 2390 Views
  • 5 comments
  • 1 kudos

Sisense Compose SDK

Sisense Compose SDKThe Future is ComposableIn the fast-paced world of data-driven applications, developers are constantly seeking innovative ways to create customized data products that seamlessly integrate into their projects. Sisense has stepped up...

Screenshot 2023-09-06 at 3.16.04 PM.png
Anonymous by Not applicable
  • 1761 Views
  • 1 comments
  • 3 kudos

Using Compose SDK with D3 Packed Bubble Charts

Using Compose SDK with D3 Packed Bubble ChartsHow to Build a Packed Bubble Chart Using D3.js and the Sisense Compose SDKD3 Packed Bubble Git Repo What Is D3.js?D3.js (Data-Driven Documents) is a popular JavaScript library used to create complex, data...

spuma_0-1726069410686.png
Anonymous by Not applicable
  • 515 Views
  • 0 comments
  • 0 kudos

Exporting a Dashboard Into PDF with SisenseJS

Exporting a Dashboard Into PDF with SisenseJSThis article explains how to develop the functionality of generating PDF with the shown widgets when Sisense dashboard is embedded with SisenseJS. When the dashboard is exported into PDF, the report is gen...

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
  • 3014 Views
  • 5 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 re...

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

IFrame Embedding And Safari

For organizations embedding Sisense into their application using an iFrame we have identified a situation where the iFrame may not render when browsing to the application using Safari. This can be fixed with one setting change in the Safari browser....

DRay_0-1707859698641.png DRay_1-1707859778731.png
intapiuser by Community Team Member
  • 2555 Views
  • 2 comments
  • 1 kudos

SisenseJS With ReactJS

Gitlab Link: https://gitlab.com/SisenseJS/react-sample   This project was generated with create-react-app version 1.5.2.  The goal is to show a basic integration of Sisense.js using ReactJS. When you load the application, it makes some API calls to ...

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

SisenseJs Custom Filter Samples

Gitlab Link: https://gitlab.com/SisenseJS/filter-samples This project was created to show several ways to integrate 3rd party components with Sisense.js.  Many web apps that leverage Sisense.js for embedding do so because they already have a consist...

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

Sisense For Cloud Data Teams Embeds In Salesforce

Here's an example script for how to embed dashboards in a Salesforce page - in this case, we're embedding in the Accounts page. Be sure to replace your dashboard id, API key, and include the appropriate filters. <apex:page standardController="Account...

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

Change Filters When Using SisenseJS

IntroductionSisense allows importing widgets and filters as components to be presented in different websites. This is done by SisenseJS. Sometimes, it is required to modify the widgets filters based on website attributes such as logged in user, locat...

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

Invoke Custom Dashboard Function From SisenseJS

Question: how to invoke functions from within sisenseJS? I would like to understand this invocation process for a function that lives within a dashboard script AND a plugin. Answer: Functions in a widget/dashboard script or a plugin aren't (and cann...

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

Missing Legends In Embedded Widgets

Question: I have used Sisense.JS to embed multiple widgets into a web page.However, none of the Legends are displaying, rendering the widgets useless.Is it possible to pull through the legend?Answer:Widgets rendered using Sisense.JS follow the same b...

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