Forum Discussion

Keyser_Soze's avatar
Keyser_Soze
Contributor
2 years ago

Linking a Dashboard to a GridView

Hello there,

I am wondering if there is any possible method to link a dashboard to a GridView. Upon clicking on a specific row on the gridview, I want to retrieve all row values (similar to bound param in Cube Views) & then display my dashboard based on those values

Also, is it possible to horizontally center columns in a GridView ?

Thanks in advance 

4 Replies

  • db_pdx's avatar
    db_pdx
    Valued Contributor

    Hi Keyser_Soze: this is possible.  In the Grid View component properties you'll set:

    • Bound Parameter: this is the parameter you'll reference in the other dashboard
    • Under Grid View > Column Name for Bound Parameter: you specify the column from the grid view that is sent to the bound parameter
  • Following, i think if they use the same parameters it should work.

    • Keyser_Soze's avatar
      Keyser_Soze
      Contributor

      Are you saying that by assigning a parameter per Grid's Column and using the "Action" section (Open Dialog) we can achieve the wanted result ?