On Nov 26, 2009, at 7:40 AM, Johann Klähn wrote:
> Something like this would be better:
> Aufwand:Einkauf:Lebensmittel:Getränke ((1.5l @@ 0,18€) * 6)
> ; Kauf: agua mineral
> ; Marke: Eroski
> But this fails with the message "Error: Missing ')'", so I assume nesting of
> parantheses in this way is not supported at the moment.
I believe you could use:
Aufwand:Einkauf:Lebensmittel:Getränke ((1.5l {=0,18€}) * 6)
; Kauf: agua mineral
; Marke: Eroski
The @/@@ operator is for the posting only, and is not actually a part of the
amount -- which is why you can't use it in expressions.
As for supporting those queries for prices, I'll look into that.
John