Table.SaveCSV.......question

micro

Well-Known Member
Licensed User
Longtime User
Hi to all.
How can I save only the search for a table?
Let me explain
I have a table with several items, when I perform a Table.Filter (xxxx) and after a Table.SaveCSV (xxxx), the saved file contains all elements of the Table and not those found.
There is a solution to this problem?

Thanks
 

mjcoon

Well-Known Member
Licensed User

I think that since this is just the behaviour of the table, the only alternatives will be to copy the found items to another table and save that, or change to using SQLite instead. (Though I'm not sure how you would save just the found items, other than extracting to a table and saving that.)

HTH, Mike.
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…