In my journal I use tags to identify transactions related to trips, for example trip:prague-24. Now I'd like to plot my expenses for each trip to compare them.
It would be helpful if there was a report which produced a table with accounts on rows and trips on columns, for example:
florence-22
madrid-23
prague-24
s:food
123 EUR
123 EUR
123 EUR
s:transport
123 EUR
123 EUR
123 EUR
s:hotel
123 EUR
123 EUR
123 EUR
This would be the same as hledger bal -Y but with balances computed by the value of the tag trip rather than by year.