rahuldhomane
02-24-2022ETL
Jump to Dashboard Default setting
Hi,
Is there a way to hide the left panel [Dashboard List] and the right panel [Filter list] when we use jump to a dashboard feature? Basically, can we just have the default view of the drill dashb...
- 02-24-2022
Try this script:
prism.jumpToDashboard(widget, { displayDashboardsPane:false, displayFilterPane :false});
More JTD configurations are available here: https://www.sisense.com/marketplace/jump-to-dashboard/
-Hari