>>>>> Richard Lawrence <[email protected]> writes: > So my question is, is there some way to get a correct running total when > using --related and limiting to a subset of transactions? Perhaps by using > --limit instead of --display, or some kind of fancy format string...? > Nothing I have been able to come up with seems to work.
The only way to affect the running total is either to use --total or --display-total to change how it's computed (or displayed), or to use --amount to change the component values that make it up. --display especially will lead to mismatched running totals; in fact, its ability to do so is originally why it was added, so that I could query for data subsets within the context of an entire report. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
