ArcGIS Enterprise 11
Dashboards.
I have a very large table, that only needs to be viewed by a certain value at any given moment. For example, if I have a million rows with points, I only need to show the 250 rows that belong to the date 5/10/22.
I have it working in that way currently with a metadata table, and the category selectors, but the dashboard is super slow because it loads EVERY point, and then filters. I can see it loading the points in the chrome developer tools network logs. Is there any way to make the map only load what its being filtered by?
I've seen query layers with parameters, but these need to be predefined from my knowledge. I don't want to have to define more when the metadata table changes.
Thanks for any suggestions!