From e8e1566083a9217b9662fa77ec1dd1b36ec7a07c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 20 Feb 2020 10:02:02 -0800 Subject: [PATCH] ;bal: doc: document --transpose; remove obsolete limitation note [ci skip] --- hledger/Hledger/Cli/Commands/Balance.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index c6b621a4d..559e9efb9 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -308,15 +308,13 @@ Balance changes in 2008: (Average is rounded to the dollar here since all journal amounts are) ``` -Limitations: - -In multicolumn reports the [`-V/--value` flag](#market-value) uses the -market price on the report end date, for all columns (not the price on -each column's end date). - -Eliding of boring parent accounts in tree mode, as in the classic -balance report, is not yet supported in multicolumn reports. +A limitation of multicolumn balance reports: eliding of boring parent +accounts in tree mode, as in the classic balance report, is not yet +supported. +The `--transpose` flag can be used to exchange the rows and columns of +a multicolumn report. + ### Budget report With `--budget`, extra columns are displayed showing budget goals for each account and period, if any.