cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
Introduction
This article explains how to set up a jump to dashboard popup window with a dynamic elasticube
Steps
  1. Install the Dynamic Elasticube plugin
  2. Install the Jump To Dashboard plugin
  3. Add the following script to the target dashboard script:
var ECname = 'SampleEC'
var dash = '#/dashboards/5651ad912011eb940c0423dd?folder=6113ba5a26c8a3a31d005250'
var target = ((location.href.indexOf(dash)==-1) ? location.origin + location.pathname + dash : location.href) //redirecting to target dashboard if necessary

if (target.indexOf('elasticube=')==-1){
location.href = target + ((target.indexOf('?')==-1) ? "?" : "&") +"elasticube=" + ECname; //adding elasticube parameter if necessary and trigger redirect
}
  1. Populate relevant elasticube name and target dashboard url to the variables "ECname" and "dash" respectively
Comments
TJT
7 - Data Storage
7 - Data Storage

What does Folder specify in the script?

 

Version history
Last update:
‎02-21-2024 01:37 PM
Updated by:
Contributors
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: