I use sqlite and R with ledger and recutils. One very popular package inR 
(sqldf) allowd for the use of sqlite sql statements. This makes querying very 
much easier as there is a coomon language across applications.

I have tried the select statement in ledger, so there is obviously the 
infrastructure but no manual.

For me, the ability to do something like this would be great:

SELECT balance (or reg ...)
  FROM income expenses default all
  IN my.ledger
  FORMAT csv or tsv or PRINT
  WHERE (date < 2017/12/25
  AND date > 2016/12/25
  AND code='mytag')
  FLAT
  ORDER BY 'date' ASC

I don't think i would need anything else much.

Great prpgramme

Richard

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to