On Fri, May 14, 2010 at 8:58 AM, Thomas Bikeev <[email protected]> wrote:
> Hello John,
>
> can I use tags in value expressions? I'm trying to set an automated
> transaction that would select only "tagged" entries.
>
Here is how I automatically deduct GST (VAT in the rest of the world)
from any expenses which are tagged :gst:

= tag gst and /^Expenses/
        $account                        -0.090909091
        Liabilities:BAS:GST:GST Paid     0.090909091

Reply via email to