cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Jump to Dashboard Default setting

rahuldhomane
10 - ETL
10 - ETL

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 dashboard without any other panels

1 ACCEPTED SOLUTION

harikm007
13 - Data Warehouse
13 - Data Warehouse

@rahuldhomane ,

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

View solution in original post

4 REPLIES 4

harikm007
13 - Data Warehouse
13 - Data Warehouse

@rahuldhomane ,

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

Thank you so much @harikm007  for all your help

Hi @harikm007 ,

Is there a way to hide the same for a normal dashboard? Basically, I don't want the user to access the left and right pane and simply disable the left right arrows to open them.

Thanks, Rahul