I have a table with a [date/time stamp]as the key and eight [readings] fields. The data if linked to a .csv file coming from equipment that takes readings every 15 mins, but I need to create a report for the state that takes each day for a given month and shows only the highest [readings] for each 4 hour period.
How do I get a report to sort through the data for specific date/time frames, and display the highest value for these 4 hour blocks?