Hi,

I have the following transaction in my ledger:

2017/09/25 * Something
    Expenses               69.98 EUR
    Assets:Checkings

I am using the following EXPR to find this transaction:

    ledger -f ledger.dat --limit 'amount = 69.98' reg 

But it return empty.

If I use the following EXPR it returns the transaction:

    ledger -f ledger.dat --limit 'amount>=69.98 and amount <= 69.98' reg 

Is this expected?

-- 

--- 
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/d/optout.

Reply via email to