A
Attila Fust
I want to query the following table:
Client #, Invoice Date, Invoice Amount
For each client I would like to average the invoice
amounts for the last three invoice dates (ie. Max invoice
date + Max - 1 invoice date + Max - 2 invoice date).
Is there a specific function to do this or do I need to do
more than one step?
Thanks in advance.
Attila
Client #, Invoice Date, Invoice Amount
For each client I would like to average the invoice
amounts for the last three invoice dates (ie. Max invoice
date + Max - 1 invoice date + Max - 2 invoice date).
Is there a specific function to do this or do I need to do
more than one step?
Thanks in advance.
Attila