Jump to Dashboard Setup Guide for QBeeQ Plugins
This guide walks you through the required setup and configuration steps to enable the Sisense Jump to Dashboard (JTD) plugin for use with QBeeQ-compatible plugins. Jump to Dashboard is a certified add-on that is included with every Sisense installation, it is disabled by default and requires additional configuration to work correctly with some QBeeQ widgets.
Some QBeeQ plugins can be configured directly from the Sisense design panel, while others require manual updates to plugin files within Sisense File Management.
This guide is intended for Sisense Admins with access to File Management and plugin configuration files. Familiarity with Sisense plugins and basic JavaScript configuration is recommended.
Installing Jump to Dashboard
Jump To Dashboard (JTD) is a Sisense certified add-on, meaning that it comes installed together with Sisense and you do not need to perform any separate download or installation. However, it is disabled by default, and you must enable it (see below) in order to use it.
You will need access to multiple different sub-folders within the plugin folder in File Management. It is recommended to have multiple windows open to make it easier to reference and make changes.
Enable the Jump to Dashboard plugin
- Navigate to Admin > Server & Hardware > Add-ons
- If the plugin is disabled, enable it

Check the Jump to Dashboard version
- Navigate to Admin > App Configuration > File Management > plugins > jumpToDashboard
- Open the
plugin.jsonfile and find thepluginInfraVersionproperty and its value

If your system is running version 1, jump to these instructions. For version 2, jump to these instructions.
Configure for "pluginInfraVersion": 1
- Navigate to plugins > QBeeQFramework
- Open the
config.jfile
- Locate the
"isNewJTD"property
- Set the value to
false
- Save the file

Add the configuration to the widget script
- Open the widget in the widget editor
- Edit the widget script
- Add the drilled dashboard configuration to the widget script
prism.jumpToDashboard(widget, { "drilledDashboardDisplayType": 2 });To make additional customizations via the widget script, please see Configuring Jump to Dashboard per widget and the Details tab of the Jump to Dashboard Marketplace listing.
Add plugin to widgetTypes.js
- Navigate to plugins > jumpToDashboard > js > constants
- Open the
widgetTypes.jsfile
- Locate the
allowedTypesarray
- Add
"QBeeQAdvancedIndicator"and/or"QBeeQGeojsonMap"to the array, depending on the plugin you are configuring for (KPI Card or Super Map)
- Save the file

Add plugin to DrillToDashboardNavigateTypeRightClick.js
- Navigate to js > drillToDashboardNavigateType
- Open the file
DrillToDashboardNavigateTypeRightClick.js
- Locate the
this.allowedTypesarray
- Add
"QBeeQAdvancedIndicator"and/or"QBeeQGeojsonMap"to the array, depending on the plugin you are configuring for (KPI Card or Super Map)
- Save the file

Configure for "pluginInfraVersion": 2
- Navigate to plugins > QBeeQFramework
- Locate and open the
config.jfile
- Locate the
"isNewJTD"property
- Set the value to
true
- Save the file

Add plugin to widgetTypes.js
- Navigate to plugins > jumpToDashboard > js > constants
- Locate and open the
widgetTypes.jsfile
- Locate the
allowedTypesarray
- Add
"QBeeQAdvancedIndicator"or"QBeeQGeojsonMap", or both to the array, depending on the plugin you are configuring for (KPI Card or Super Map)
- Save the file

Add plugin to DrillToDashboardNavigateTypeRightClick.js
- Navigate to plugins > jumpToDashboard > js > drillToDashboardNavigateType
- Locate and open the
DrillToDashboardNavigateTypeRightClick.jsfile
- Locate the
this.allowedTypesarray
- Add
"QBeeQAdvancedIndicator"or"QBeeQGeojsonMap", or both to the array, depending on the plugin you are configuring for (KPI Card or Super Map)
- Save the file

Update the Jump to Dashboard plugin version
Changing the version to a higher number than the current version ensures that the version does not revert to the default settings or configuration during a Sisense version upgrade.
- Navigate to the the
/plugin/jumpToDashboard/folder
- Open the file
plugin.jsonfile
- Change the version to a higher major version from the current version

Configure global and widget JTD settings
See the official Sisense Jump to Dashboard documentation for Configuring Global JTD Settings and Configuring JTD Per Widget
Limitations
Please refer to the official Sisense documentation for details on Jump to Dashboard limitations.
Last updated on April 23, 2025