Brandon Olivares
2018-08-07 02:51:24 UTC
Hello,
I have a large journal file of 36 KB. And it seems that certain --pivot queries are failing.
My query looks like this:
hledger balance Expenses --pivot johnstown-trip
The johnstown-trip tag was a tag applied to several of my transactions in early July.
The above query returns my entire balance, like this:
$ hledger balance Expenses --pivot johnstown-trip
$5,496.87
--------------------
$5,496.87
That's the same number if I just use hledger balance, not the total of that tag at all.
The following query works:
$ hledger balance Expenses tag:johnstown-trip
$377.46 Expenses:Vacation
--------------------
$377.46
Here's a sample transaction with the tag:
2018/07/02 * Red Lobster ; johnstown-trip:
Expenses:Vacation $95.00 ; envelope: Restaurants
Assets:Cash:Discover:Checking $-95.00
So the tag is definitely being registered, but --pivot isn't returning the correct value.
Should I file this as a bug, or am I doing something wrong?
I have a large journal file of 36 KB. And it seems that certain --pivot queries are failing.
My query looks like this:
hledger balance Expenses --pivot johnstown-trip
The johnstown-trip tag was a tag applied to several of my transactions in early July.
The above query returns my entire balance, like this:
$ hledger balance Expenses --pivot johnstown-trip
$5,496.87
--------------------
$5,496.87
That's the same number if I just use hledger balance, not the total of that tag at all.
The following query works:
$ hledger balance Expenses tag:johnstown-trip
$377.46 Expenses:Vacation
--------------------
$377.46
Here's a sample transaction with the tag:
2018/07/02 * Red Lobster ; johnstown-trip:
Expenses:Vacation $95.00 ; envelope: Restaurants
Assets:Cash:Discover:Checking $-95.00
So the tag is definitely being registered, but --pivot isn't returning the correct value.
Should I file this as a bug, or am I doing something wrong?
--
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "hledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hledger+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.