Forum Discussion
rapidbisupport
11-17-2023Data Pipeline
Hi Ullas,
You can achieve this using the a few BloX Widgets containing JTD Action in an ActionSet & Tabber for the groups. In theory, you could use the tabber to show and hide the 'groups of dashboard JTDs' shown in a BloX control.
Some code below for the editor:
{
"style": "",
"script": "",
"title": "",
"showCarousel": true,
"body": [
{
"type": "Container",
"items": [
{
"type": "ActionSet",
"actions": [
{
"type": "JTD",
"title": "Dashboard1",
"style": {
"color": "black"
},
"data": {
"dashboardId": "",
"panelsToInclude": [],
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
},
{
"type": "JTD",
"title": "Dashboard2",
"style": {
"color": "black"
},
"data": {
"dashboardId": "",
"panelsToInclude": [],
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
},
{
"type": "JTD",
"title": "Dashboard3",
"style": {
"color": "black"
},
"data": {
"dashboardId": "",
"panelsToInclude": [],
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true
}
}
}
]
}
]
}
],
"actions": []
}
You'll need to adjust the dashboardIds and titles appropriately, and set up the JTD with reference to the documentation you can look at here:
Jump to Dashboard - Sisense under Technical Details
Let me know how you go?
Thanks,
Daniel
RAPID BI
RAPID BI - Sisense Professional Services | Implementations | Custom Add-ons