Dashboard Refreshes on Tabular Layouts

OSPhilly88
New Contributor II

I have five cube views attached within a dashboard that utilizes the tabular layout. The content dashboard where the cube views sit is redrawn when a combo box is changed. However, the dashboard always redirects to the first tab. Only the content dashboard is set to redraw when the combo box is modified, and embedded dashboards are utilized to build up to the main dashboard. The goal is to change the combo box without redirecting the dashboard to the first tabbed report. Has anyone else seen this behavior and has a solution to redraw the dashboard with the new combo box selection while maintaining the current tabbed report displayed?

1 ACCEPTED SOLUTION

Cosimo
Contributor II

Each tab should be a separate dashboard and you then assign a cube view component to these dashboards. When you then update a combo box selection at the top, you have the combo box refresh the whole set of separate dashboards while retaining the tab that you are currently viewing. 

Assuming that you have this dashboard layout:

Main dashboard

   \_Top section dashboard - has your combo box

   \_ Bottom section dashboard

      \_ Bottom1 dashboard (1st tab/cv)

      \_ Bottom2 dashboard (2nd tab/cv)

      \_ Bottom3 dashboard (3rd tab/cv)

 

Changing the combo box selection individually refreshes Bottom1, 2 and 3.

 

 

 

View solution in original post

1 REPLY 1

Cosimo
Contributor II

Each tab should be a separate dashboard and you then assign a cube view component to these dashboards. When you then update a combo box selection at the top, you have the combo box refresh the whole set of separate dashboards while retaining the tab that you are currently viewing. 

Assuming that you have this dashboard layout:

Main dashboard

   \_Top section dashboard - has your combo box

   \_ Bottom section dashboard

      \_ Bottom1 dashboard (1st tab/cv)

      \_ Bottom2 dashboard (2nd tab/cv)

      \_ Bottom3 dashboard (3rd tab/cv)

 

Changing the combo box selection individually refreshes Bottom1, 2 and 3.