Application Studio: Grid Not Updating After Updating Data View

Hello,

I have an event that calls a BAQ to fill a data view. After the BAQ is called the same event then calls a function to do any required filtering that can’t be done within the BAQ, this function returns the filtered version of the dataset which maps properly to the original data view.

Depending on the filter that I have set, since it’s dynamic, the grid on the screen sometimes won’t refresh with the data in the data view until I close the panel and reopen it. I can see the data in the data view in the debug menu.

Is there a way to force the grid to refresh to stop this from happening?

1 Like

I was able to get the filtering to happen in my BAQ so it isn’t using an external function anymore, however, this behavior still happens.

When I update my parameters and call the BAQ again, it sometimes doesn’t actually refresh the grid until I close and reopen the panel card.

I found somewhat of a solution to my problem here. I was adding an additional row to my data view after getting the data from the BAQ because I wanted to add some additional statistics in a row. After I removed the addition of this row and instead put the statistics in numeric boxes, this issue stopped occurring.

1 Like