>>>>> Peter Gallagher <[email protected]> writes:
> = (not tag no-gst) and /^Expenses:Business/
This query expression will not work. I think you want:
= not %no-gst and ^Expenses:Business
The alternative would be:
= expr ((account =~ /^Expenses:Business/) & (! has_tag(/no-gst/)))
You can always use the "query" command in ledger to see how it's going to
interpret a query expression, as opposed to a full value expression.
John
--
---
You received this message because you are subscribed to the Google Groups
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.