From df9917be5755ca8f0127366cb9ed06f24f63ad40 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 22 Aug 2023 08:45:13 +0100 Subject: [PATCH] ;doc:bal: note an issue with the no-symbol commodity and hledger-bar --- hledger/Hledger/Cli/Commands/Balance.md | 5 +++++ 1 file changed, 5 insertions(+) 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.