C
chucklloyd
I have a table that has data based on 15 minute increments. The table has an
ID field, a time field, and a total field. I would like to identify the
highest total hour for the data which typical spans 12 hours. How do I
create the loop to evaluate the total for four 15 minute increments, store
the value and then evaluate the next total fo four 15 minute increments. The
output would ideally identify the range of the 4 15 minute increments that
have the highest total.
ID field, a time field, and a total field. I would like to identify the
highest total hour for the data which typical spans 12 hours. How do I
create the loop to evaluate the total for four 15 minute increments, store
the value and then evaluate the next total fo four 15 minute increments. The
output would ideally identify the range of the 4 15 minute increments that
have the highest total.