>>>>> Tom Usher <[email protected]> writes:
> Quick related question, now I know how useful that --meta option is, can I
> use the 'amount' variable from an automated transaction in meta data?
> Something like:
>
> = Expenses:Home:Rent
> (Business:TaxDeductible) (amount*0.15)
> ; 15% of rent at $amount
> ; Total: $amount
For the metadata setting you can:
; Total:: amount
The "::" says that the value of the metadata key is a value expression.
John
