KHConsult
05-15-2023Cloud Apps
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?