I've seen suggestions showing how to display running averages
on reports in this NG, but not too much on displaying them with
a query. I'm wondering if it's just not possible, or if it's just not
popular.
Suppose you have a table, tblPmtsRcd with amounts & dates
spanning a 24-month period. Now suppose you'd like a query
to display 24 records (for the 24 months) with 2-columns: the
first showing the sum of payments received each month and
the second showing the running average of all monthly cash
receipts from the beginning up through the current month for
each row.
SQL that would accomplish this would be an elegant way to
feed data to a graph. But I didn't see any examples to follow.
on reports in this NG, but not too much on displaying them with
a query. I'm wondering if it's just not possible, or if it's just not
popular.
Suppose you have a table, tblPmtsRcd with amounts & dates
spanning a 24-month period. Now suppose you'd like a query
to display 24 records (for the 24 months) with 2-columns: the
first showing the sum of payments received each month and
the second showing the running average of all monthly cash
receipts from the beginning up through the current month for
each row.
SQL that would accomplish this would be an elegant way to
feed data to a graph. But I didn't see any examples to follow.
Comment