Hi all,
I have a report in which I am calculating two averages. there is a field under the detail header called [resistivity], the report is grouped by days, and there are at most 4 entries per day. One of the averages is a daily average; for that i simply put a text box with =avg([resistivity]), call it daily average, and put it under the date footer; the works fine.
the other average should be an average of the daily averages.
the report is viewed by date range, so the amount of days selected could vary.
i am not sure how to make my report show the average of these daily averages based on the date range selected.
help please?