I have a database with the following data:
Date Time Count
1/1/06 12:30pm 1
1/1/06 1:30pm 1
1/1/06 3:30pm 1
1/2/06 4:30pm 1
1/2/06 4:45pm 1
1/2/06 8:30pm 1
I need to show the count for the earliest time for each date plus 1 hour. In this case 12:30pm is the earliest time for 1/1/06 and it should search between 12:30pm and 1:30pm because it is 1 hour. The count would be 2. For 1/2/06, the count should be 2 because 4:30pm was the earliest time and it should search between 4:30 and 5:30pm/
What is the best way to do this in CR 8.5. My DB does not support SQL expression fields.
Any ideas?
I am trying to display in CR 8.5 the following:
Date Time Count
1/1/06 12:30pm 1
1/1/06 1:30pm 1
1/1/06 3:30pm 1
1/2/06 4:30pm 1
1/2/06 4:45pm 1
1/2/06 8:30pm 1
I need to show the count for the earliest time for each date plus 1 hour. In this case 12:30pm is the earliest time for 1/1/06 and it should search between 12:30pm and 1:30pm because it is 1 hour. The count would be 2. For 1/2/06, the count should be 2 because 4:30pm was the earliest time and it should search between 4:30 and 5:30pm/
What is the best way to do this in CR 8.5. My DB does not support SQL expression fields.
Any ideas?
I am trying to display in CR 8.5 the following: