Is it possible to make a query that returns a field as an accumulated value of the previous posts, plus whatever value is saved in the post itself?
The table holds a date field and the value.
I want the query to return the result sorted by date like so:
Date, value, totalvalue
12/03/2005, 1...