12-03-2022 08:13 PM
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.
12-05-2022 04:26 AM - edited 12-07-2022 07:29 AM
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.