Hi Tony
It is not possible to configure the maximum data bind results beyond 1000 at the moment
There is a default limit of 1000 applied to feature results in Spectrum itself. Whilst this can be increased in Spatial Manager (choose at the top “Service” – “Feature Service” – “Maximum Features”) SSA is hard coded to limit the result to 1000.
As you know there is also a limit imposed by the map information results, which defaults to 100, but can be increased up to 1000 using the “maxNumberOfFeatures” setting in customerconfigurations\analystcontroller.properties
We typically keep this setting below 1000 as it can affect performance of showing map information if a user zooms out and clicks a map with many layers enabled.
We can consider increasing the limit as a feature request, but it may be a better option to allow data bind results to be launched or exported from a query result.
Below is an alternative suggestion, which is perhaps more elegant, as a feature request for the product.
You would (1) draw a polygon (or pick a region from map and add as annotation) then (2) you would query the base spatial table (such as addresses) to see the tabular results. In the overflow menu of the tabular results we would (3) add the links to see or to export a data bind result for data binds associated with that table. This could support up to 10,000 or more rows potentially. Exporting the data bind may be sufficient (and is easier to implement) rather than showing the results as another table within the SSA UI.
Let me know if this seems a better option and I can write up a user story for the team to take in a future release.