I would like create a trial balance report with accounts truncated to a specific depth (say, two levels).
How could I modify the following trial balance query to achieve this? SELECT account, sum(position) GROUP BY account ORDER BY account; Vikas -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CALtzAB280FQqE20Pdkoj%2B7FTa0GCXy8JfDuxmvaNS0Z7ExNGsA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
