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?
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?
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.)