>>>>> Toby Gee <[email protected]> writes: > I suspect this is easy, but I've never been any good at writing reports to > get the data I want! I'd like to work out the maximum value of an asset in a > particular time range - is this possible?
There is no way at present to do a stateful query like this (which depends on remembering the largest amount seen so far). However, it would not be hard at all to add this as a "report filter" in the C++ code. John -- --- 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/groups/opt_out.
