The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

camagruder's avatar
camagruder
New Contributor III
4 years ago
Solved

Linked Dashboard - Drill through using a button instead of right click

Is it possible to pull up a linked dashboard by using a button component instead of having to right click on a cell.  I want the user to be able to click on a cell in a cube view, then click a button...
  • db_pdx's avatar
    4 years ago

    Hi camagruder: yes, two options that I can think of:

    • Have the button open an additional dashboard in a pop-up dialog.  This dashboard can contain the additional cube view(s) or components
    • Have the button change the dashboard that is viewed to an entirely different one.  Same idea, this new dashboard will contain the additional views.

    In both cases:

    • The 'change dashboard' action is set on the button itself.
      • For the dialog: User Interface Action > Selection Changed User Interface Action > Open Dialog (and specifiy the dashboard to open within 'Dashboard to Open in Dialog'
      • For the entirely different dashboard: Navigation Action > Selection Changed Navigation Action > Open Page.  Selection Changed Arguments will be: XFPage=Dashboard:YourDashboardToOpen
    • Also important to both, the dashboard / cube view you are opening is using the Bound Parameters that you set on the source Cube View under Navigation Links

    Hope this helps.

    Cheers   -db