Re: Register: use expressions to filter amounts?

2018-06-16 Thread Scott Carpenter
Thanks, guys! Works like a charm. On Saturday, June 16, 2018 at 12:08:05 PM UTC-5, Craig Earls wrote: > > —limit “(amount>200)” > > That’s a hint. And a clause limit the commodity might be necessary as well > > On Sat, Jun 16, 2018 at 07:28 Scott Carpenter > wrote: > >> I'd like to be able to

Re: Register: use expressions to filter amounts?

2018-06-16 Thread John Wiegley
> "SC" == Scott Carpenter writes: SC> But I'm not seeing a way to do it with a standard register query. Seems SC> like there would be a way to use an expression here, similar to date No, you need to use -l to filter by amount. Or -d simply to exclude it (but still use it for calculation).

Re: Register: use expressions to filter amounts?

2018-06-16 Thread Craig Earls
—limit “(amount>200)” That’s a hint. And a clause limit the commodity might be necessary as well On Sat, Jun 16, 2018 at 07:28 Scott Carpenter wrote: > I'd like to be able to run a register query and specify greater than or > less than > comparisons for the amounts, e.g. show me all entries >

Register: use expressions to filter amounts?

2018-06-16 Thread Scott Carpenter
I'd like to be able to run a register query and specify greater than or less than comparisons for the amounts, e.g. show me all entries > $200. On a cursory look through the doc, I see this: report -J -l "Ua>={\$0.01}" reg ^assets ^liab But I'm not seeing a way to do it with a standard