N
new kid
I have a table with rows that are customer records and fields that are values
for different timeperiods, let's say months. How do I determine the average
for a certain number of months?
e.g "customer 1" - 100 - 500 - 300 - 200 - 400 - 300
I want to get the average of these numbers and be able report the result.
In this example 300.
for different timeperiods, let's say months. How do I determine the average
for a certain number of months?
e.g "customer 1" - 100 - 500 - 300 - 200 - 400 - 300
I want to get the average of these numbers and be able report the result.
In this example 300.