Skip to main content
Newcomer
December 4, 2022

DashboardDataSet and DashboardExtender Business rules - parameter updates not refreshing

  • December 4, 2022
  • 1 reply
  • 0 views

Hello,

I am creating a dashboard with a grid view and gridview is binded to a Data Adapter which calls a business rule to get data thru an external web-api call.

Now I have to show data in Gridview and the record count on the dashboard on a button click.

I have used following settings on the button.

Screenshot 2022-12-03 200224.png

The Selection changed server task is happening first and then the data load is happening, so I am able to update the literal parameters with counts after data load but they are not reflecting on the dash board.

Screenshot 2022-12-03 200613.png

Any help appreciated.

1 reply

OneStream Employee
December 5, 2022

Typically, any dynamic change to Parameters will not be reflected in visual elements that rely on them until you actually refresh the Dashboard that contains such elements. In this case I think you have to refresh the Dashboard that is set to Tabbed layout, so that it can update the tabs. EDIT: also try with Redraw instead of Refresh - refresh is somewhat partial, when facing this kind of issues one should prefer a full Redraw.

Newcomer
November 5, 2024

Hi Jack,

     I have a similar issue. But when I try the Redraw the parameters persist on the Dash but the Dashboard Dataset BR is not getting invoked. Any advice would be helpful. 

If I have the Refresh the Dataset BR gets invoked thrice and ultimately loses all the Parameters value. 

 

Thank You,

Indu

Newcomer
November 5, 2024

This is the sequence of events for Refresh

 

IBK_0-1730825513679.png

IBK_2-1730825549670.pngIBK_3-1730825569925.png