Hi, I want to be able to make a page that allows my user to do some simple data requests and view the results on a map and in table and chart cards before exporting the result.
I made some spatial filters on a parcel point dataset to get the number of records down to manageable levels (my county has close to 500,000 parcels) and want to have the predefined filter (filters the points by range-township) affect the spatial filters (the filter intersects the points with a predefined neighborhood/jurisdiction/place boundary) instead of having to do a hard RT filter on the dataset to make a better interaction for my users, but the predefined filter does nothing (I would like the user to be able to see the range-township(s) and be able to choose them in the filter).
Is this just a pipe dream?