>>>>> Craig Earls <[email protected]> writes:
> Actually quantity isn't rounding at all, as expected. It is giving me full > precision, sometime 9 or 10 digits. Here is an example: > ledger bal Investments --collapse --limit "commodity=='VIFSX'" --format > "%(quantity(strip (display_total))) %(quantity(market(total)))" > 123.1234567891 12345.123456789123 Ah, yes, well non commoditized integers don't round. I'll have to add a function for this to the valexpr language. John
