cancel
Showing results for 
Search instead for 
Did you mean: 
Liliia_DevX
Sisense Team Member
Sisense Team Member

How to configure more than one JTD (JumpToDashboard) prefix in your app

Objective

This guide provides a solution to the use case when you need to have 2-different prefixes for JumpToDashboard plugin. This solution could be useful if you want to display the drill dashboards with the specific prefixes for a specific group of users or keep different dashboard prefixes for different customers within one system. 

The global plugin setting for the whole application is configured on the config.js file level while the same parameters defined in the widget script can override this global setting. This is described in the guide JumpToDashboard Plugin - How to Use and Customize. A widget script configuration allows us to define the JTD prefix per widget which helps to achieve this goal. 

How to implement it?

Firstly, you need to define the "drilledDashboardPrefix" under the Admin tab > System Management (under Server & Hardware) > File Management > plugins > jumpToDashboard > js > config.js:

Liliia_DevX_0-1697535050774.png

The "_drill" prefix setting will be applied for all users in the system. 

Liliia_DevX_1-1697535299780.png
 
Secondly, if you need to define a specific prefix for a specific dashboard, you must create a drill dashboard with this prefix. For example, let's use "_JTD".

Liliia_DevX_3-1697535505953.png

 

Then you need to use the following JavaScript code on the widget level (that you'll need to jump from) in its edit mode -> clicking the 3 dots menu -> Edit Script:

 

prism.jumpToDashboard(widget, { drilledDashboardPrefix : "_JTD"});

 

After that, please save the changes to the widget by pressing the "Apply" button and check the "Jump to dashboard" menu in the edit mode:

Liliia_DevX_4-1697535705079.png

As a result, you will have a global setting for all users with "_drill" prefix while also having an option to define a different prefix for the dashboards you need. 

Additional resources:

JumpToDashboard - Troubleshooting the most common configuration issues 

JumpToDashboard - Marketplace 

 
Version history
Last update:
‎10-18-2023 07:15 AM
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: