Gnumeric autofilter

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
JohnJS
Posts: 19
Joined: Mon 05 Jan 2009, 23:55
Location: Sacramento CA

Gnumeric autofilter

#1 Post by JohnJS »

Using puppy528.
I found a way to work with the results of autofilter.
Steps:
Insert new sheet.
Copy appropriate column after autofilter search.
Paste into Geany.
From Geany copy and paste into the new sheet.
Accept default (click finish) in Text Import Configuration window.
Now calculations can be performed.
Several searches can now be added to the new sheet.
Hope this helps someone.
PS: I did an extensive search and could not find any simpler method.
Gnumeric.org has no information on autofilter.
Alternatively you could use sqlite but it involves more steps and not practical
with a non-completed file (ie will have new entries).
Sqlite steps:
Save file as .csv then create table in sqlite.
Import .csv file, must use (.separator ",") before importing.
Then "Select * from File where payee like "xxx"" or "select sum(debit) from
File where Payee like "xxx"".
Regards, John.

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#2 Post by darkcity »

thanks for the tip, I normally install libreoffice if I need extra features
; -)

Post Reply