I would like to include in a ballance result only accounts where current balance is above 100CAD.
tryed: - bal 'expr abs(quantity) > 100CAD' --real - bal --amount --real --value-expr 'if(abs(quantity) > 100CAD, amount, null)' - bal --limit 'amount > 100CAD' and none of them seems to produce a correct result Any ideea? -- --- 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. To view this discussion visit https://groups.google.com/d/msgid/ledger-cli/76849151-7a6b-415a-bd56-097c93132e1dn%40googlegroups.com.