Hello Superfly,
The short answer is "no", these numbers are always calculated on the fly as the user has the opportunity to change the aging periods. While the doument matching might not be identical to the stanard reports, often the formula:
code:
if(date(today())-date(document)>90 then amount else 0)
Will proved basic account aging.
(This works in GridView too.)