Hi,

I can use Russell's simple example file and get the results that he got. However, if I add another entry to it that doesn't include the relevant
categories, this entry is still included in the reports.

ledger -f test -sEV bal --pivot CATEGORY

You must filter whatever you want to see displayed (like with any other ledger command, pivot only controls how it is displayed). For instance:

ledger -f test -sEV --pivot CATEGORY bal %CATEGORY

to keep only transactions with a CATEGORY tag. If you want to see only Expenses with a CATEGORY tag:

ledger -f test -sEV --pivot CATEGORY bal %CATEGORY and Expenses

and so on.

Best,
--
Gabriel

Reply via email to