diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index e735f4fb9..8f117e968 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -906,6 +906,11 @@ Examples: "total","VHT","294.00" ``` +- Note: bare layout will sometimes display an extra row for the no-symbol commodity, + because of zero amounts (hledger treats zeroes as commodity-less, usually). + This can break `hledger-bar` confusingly (workaround: add a `cur:` query to exclude + the no-symbol row). + - Tidy layout produces normalised "tidy data", where every variable has its own column and each row represents a single data point. See for more.