Application Studio - filter view on load

I have a bunch of preset filter views in a custom app, however when I initially load the app, the grid displays UNFILTERED BAQ data. If I click on one of the preset views, the filters work.

  1. How do I configure events to use the default filter view on load?
  2. When navigating back to a parent page how do I refresh the data (ideally with a spinner)?

Thanks.

I believe you can put those filters in on the Kinetic-BAQ event part.

This is usually where I have tried to filter BAQs instead of how you were doing it. I don’t know if that works the way you think it does, but this is how I have done it. You will format it with the table value from the BAQ (OrderHed_OpenOrder = TRUE) or something like that, I am usually trying a couple variations until I get the result I want.

2 Likes

I believe View Options > BAQ Options > Where List on default view should filter every time. Not sure what Client Filter prop does.