On Mon, 11 Dec 2000, Bill Gribble wrote: > Right, but that doesn't help you generate a graph of weekly bank > balances over 5 years. This is a hard problem, and it's one I think > needs to be addressed. Sure it does... SELECT SUM(amount),date_to_week_num(date) AS week FROM splits WHERE account=<account ID here> GROUP BY week; That will produce a "total change" for each week, eg a delta series instead of a time series, so you have to do some addition in software. > > b.g. > ABS -- Alaric B. Snell http://www.alaric-snell.com/ http://RFC.net/ http://www.warhead.org.uk/ Any sufficiently advanced technology can be emulated in software _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel
- Re: Salutations Steve Greenland
- Re: Salutations Rob Browning
- Re: Salutations David Merrill
- Re: Salutations Derek Atkins
- File store (was Re: Salutations) Phillip Shelton
- Re: File store (was Re: Salutation... Al Snell
- RE: File store (was Re: Salutation... Phillip Shelton
- Re: File store (was Re: Salutation... Bill Gribble
- Re: File store (was Re: Salutation... Al B. Snell
- Re: File store (was Re: Salutation... Bill Gribble
- Re: File store (was Re: Salutation... Al B. Snell
- Re: File store (was Re: Salutation... Bill Gribble
- Re: File store (was Re: Salutation... Al B. Snell
- Re: File store (was Re: Salutation... Phillip J Shelton
- Re: File store (was Re: Salutation... Steve Greenland
- Re: File store (was Re: Salutation... David Merrill
- Re: File store (was Re: Salutation... Derek Atkins
- Re: File store (was Re: Salutation... Al Snell
- RE: File store (was Re: Salutation... Phillip Shelton
- Re: File store (was Re: Salutation... David Merrill
- Re: File store (was Re: Salutation... Derek Atkins