Describe the bug
Creating a record set from another record set without selecting any items creates a record set from all results from the unfiltered query.
Expected behavior
The new record set should be restricted to the results of the query shown to the user.
Screenshots
This method does not appear to work in our collection’s database running Sp7.9.4
Following these instructions produces a recordset larger than the original one, whose contents are the records returned for the second query if run on the whole database, not solely the records within the existing recordset.
Notably, the .csv exported from the subquery is correct. So there is just something wrong with the way the recordset is being produced.
Apologies if this is a known bug. But if not, it should be fixed!
Describe the bug Creating a record set from another record set without selecting any items creates a record set from all results from the unfiltered query.
To Reproduce Steps to reproduce the behavior:
Expected behavior The new record set should be restricted to the results of the query shown to the user.
Screenshots
Reported By Nate Shoobs at OSU