Forum Discussion

100Rub's avatar
100Rub
New Contributor III
6 months ago

How to open a Dashboard within the same page when button is clicked

Hi,

Is there a way to open a dashboard within the same page of a dashboard by clicking a button in OneStream?

Thanks

  • Alternatively, if you need to remain in the same page, you should be setting the content of the Dashboard through a parameter like this:

    Then you need to create a Embedded Dashboard component and pass in your Param:

    Finally, your Dashboard page should reference the Embedded Dashboard component which will be set up by the button click. 

  • aformenti's avatar
    aformenti
    Contributor II

    HI 100Rub ,

    Not sure if that is exactly what you fishing for. But you can either:

    Create Button to Open in a Dialog

    Open in a New Page

    • aformenti's avatar
      aformenti
      Contributor II

      Alternatively, if you need to remain in the same page, you should be setting the content of the Dashboard through a parameter like this:

      Then you need to create a Embedded Dashboard component and pass in your Param:

      Finally, your Dashboard page should reference the Embedded Dashboard component which will be set up by the button click. 

      • pranav46's avatar
        pranav46
        Contributor II

        We tried exact steps but somehow, it's not working. If we hard code the value to parameter, then it works but button is not able to pass the value to parameter.