
Originally Posted by
VAer
For example, I have a table with 1 million records in total, but if I filter column A, and the filtered table has only 3000 records. Now I only want to export those 3000 records, how should I do that?
When I click External Data > Excel, it will export all the one million records anyway, which takes longer time and it is not what I want either. How should I export only those 3000 records (after being filtered)?
Thanks.
Edit (Another question): The table is linked ODBC table, it actually takes a while to open the table (since there is 1 million record). Is there a way to filter it first before opening the table? In other word, right now I do it in three steps: 1) Open the table with 1 million record; 2) Filter the table and the result has 3000 records; 3) Export the filtered 3000 record, but the system exports 1 million records anyway. Now I would like to do it in below steps: 1) Filter the table first; 2) Open filtered table; 3) Export filtered records. Is it possible? The issue is: there are many millions of records in linked ODBC table and it takes quite a while to open it (although I only said 1 million to make the question easier to understand), I don't want to open the whole table, I only want to open the filtered table, is it possible to filter a table before opening the whole table(with all the records)?