How to use JumpToDashboard in a Blox widget
{
"type": "JTD",
"title": "Jump To Dashboard",
"data": {
"dashboardId": "",
"panelsToInclude": [
{
"panel": "Category",
"value": "{{category.text}}"
}
],
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
}
- Once you added the JTD action code, you need to define the ID of the dashboard to jump to under the “dashboardId” parameter:
- Then you can modify other JTD action parameters according to your needs like “title” etc. Please keep the type of the action "JTD" to use JumpToDashboard plugin functionalities. After that, you can also add the relevant JTD plugin parameters into the “args” section. The list of the parameters that could be used in “args'' can be found in the Technical Details tab on the marketplace. For example, the configuration for the Blox Indicator:
- As a result, you can click the “Open Report” button and jump to the target dashboard with “JTD” action in a Blox widget.
Additional Resources:
JumpToDashboard Plugin - How to Use and Customize
JumpToDashboard - Troubleshooting the most common configuration issues
0 comments