Forum Discussion

KHConsult's avatar
KHConsult
Cloud Apps
05-15-2023

Support to Initiate Jump to Dashboard

I have a dashboard and would like to 'Jump to Dashboard' from the indicator widget. 

In the indicator widget, I have added the following script, but I do not see the option in the indicator widget to jump to the dashboard. 

{
"type": "JTD",
"title": "Jump To Dashboard",
"data": {
"dashboardId": "xxxxxxxxxxxxxxxxxxxxxxx",
"displayDashboardsPane": false,
"displayFilterPane": true
}

I created a dashboard (dashboardId: xxxxxxxxxxxxxxxxxxxxxxxx).

We are not on Sisense cloud and I am not the Sisense Server administrator. It will be time consuming for me to go back and forth with the config file changes as I am testing. 

Can I make all of the changes in the script of each widget instead of the config file? 

 

1 Reply

Replies have been turned off for this discussion
  • Hello KHC,

    I believe if the JumpToDashboard plugin is enabled, you should be able to assign a dashboard to Jump to from the widget menu while the widget is in edit mode, even for indicator widgets. There shouldn't be a need to resort to scripting.

    If the dashboard doesn't show up in that list, are you sure it is assigned to the correct data source and/or that is has a correct name?