>>>>> rubén gómez <[email protected]> writes:
> I saw in the manual that the expression should be:
> ; total:: [amount]
> Could you explain the difference without the square braquets? Thanks.
The manual is wrong in this case. [] in a value expression introduces a
"literal date", i.e.:
; Date:: [2012/05/11]
This type of [] syntax is usable anywhere that value expressions are used.
For example, in an automated transaction's query expression (the "expr" causes
it to use full value expression syntax, not the more limited report query
syntax):
= expr date < [2012/05/11]
> BTW: amazing piece of software :-)
Thanks!!
John