Hi,
I've managed to get around the issue with 2000 record limit by creating a collection of all 13600 records from SQL.
However, this is making the user wait for approx 3 minutes (sometimes page becomes unresponsive/locks). This collection is happening on the start-up of the app.
Does anyone know if it's possible to serach on views of max 2000 records directly in SQL without collecting all the data in the app?
For example,
If I have 10 views of say 1500 records. That it will look in "View 1" first and then in "View 2" etc. based on where the search-item is located.
Any help would be much appreciated