%FlowDetail does not work for me. Nor am I able to match a part of the string.

Please See below for various versions I tried.

Vikas

-----------

<This works:>
reg -l "tag('FlowDetail') == 'ClaimsOnAdvances/2015/expense20052015.pdf’"

<These don’t:>

1. reg -l "%FlowDetail == 'ClaimsOnAdvances/2015/expense20052015.pdf’"

2. reg -l %FlowDetail == 'ClaimsOnAdvances/2015/expense20052015.pdf'

3. reg -l %FlowDetail = 'expense20052015'
Error (for all three):
While parsing value expression:
  %FlowDetail == 'ClaimsOnAdvances/2015/expense20052015.pdf'

Error: Invalid char '%'

4. reg -l "tag('FlowDetail') = ‘expense20052015’"

Error:
While handling posting from "/Users/vikas/dummy.ledger", line 15:
>     Expenses:CarRepair    Rs 25000
Error: Invalid function or lambda parameter: 0x7fe4bd0d80e0    VALUE: 
"FlowDetail" (4)


> On 28-Jun-2016, at 10:05 pm, John Wiegley <jo...@newartisans.com> wrote:
> 
>>>>>> Martin Michlmayr <t...@cyrius.com> writes:
> 
>> reg -l "tag('FlowDetail') == 'BankStatements/2016/expense200515.pdf'"
> 
> A quicker way would be to:
> 
>  %FlowDetail=expense200515
> 
> --
> John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
> http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2
> 
> --
> 
> ---
> 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 ledger-cli+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

--- 
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 ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to