Forum Discussion

mkalluri's avatar
mkalluri
New Contributor II
3 years ago

DashboardDataSet and DashboardExtender Business rules - parameter updates not refreshing

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.

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.

Any help appreciated.

3 Replies

  • JackLacava's avatar
    JackLacava
    Community Manager

    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.

    • IBK's avatar
      IBK
      New Contributor III

      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

      • IBK's avatar
        IBK
        New Contributor III

        This is the sequence of events for Refresh