This opens a slider on load of the form. There are a number of queries and grids in this dashboard, but it opens the tracker filter only on the first query, but that’s another issue.
If you create a layer on your dashboard … what is in the BAQ Where List of the Provider Model of that grid?
You can also put a text box on the page, bound to the tracker field, that will show you what is currently being filtered … so you can see if it’s getting cleared (and therefore not filtering as expected)
Thanks for the info. I’ve found that, in the case of the dashboards I’m uplifting, it’s a lot less work just to copy the classic dashboard, delete the trackers, deploy that, and create the trackers from scratch on the new Kinetic form.
I’m creating columns in the TransView dataview and binding the filter controls to them, and then setting the where criteria in the grids to the TransView columns.
A by-product is that the query fires each time the value in TransView.FilterColumn changes. Where there are a lot of filters, this might become an issue.
Good News in 2024.2 the Trackers can be on the Grid instead of slide out and they fixed alot of stuff! We are currently testing it in Controlled Release.
You can control this by collapsing the grid on load and after a clear or even column changed. You can create a button that says “Execute” or something that expands the grid after your criteria is entered which would then fire the BAQ call with your filters. Similar to how you have to click “Refresh” in a classic dashboard.