Idea: To allow scaffolding (to a table) of aggregates that have a id filters as <> rather than =
Example: normal table scaffolding attempt (without filters) - normal behaviour:



Outcome = expected table
Example: table scaffolding attempt (with any kind of id filters, regardless if it is an excluding filter or to filter by 1) - problematic behaviour:



Outcome = single record displayed
This is fine for a filter that filters by a specific id (=), but not by one that is trying to filter all but one (<>).
There is a solution which is to create the scafolding before you add the filters but this may throw a few people off.