I used the following query to see what I spent on a recent trip:

  SELECT account, SUM(CONVERT(position, 'USD', date)) WHERE account ~ 
"Expenses:" AND 'something' in links GROUP BY 1 ORDER BY 1

I'd like to have a third column that shows the running total of column
two but I can't figure out how.

-- 
Martin Michlmayr
https://www.cyrius.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/beancount/20251020022907.GA2661113%40panya.cyrius.com.

Reply via email to