I've tried using a crosstab, groupings, and running totals and I can't seem to get this right.
I'm using a formula to determine the time frame of when a record is created. I then want to show a summary of those time frames. Here is what I'm trying to get to:
But my results are like this:
I'd like to have the report show me a count of 0 even if there are no records to count in that time frame.
Any help or suggestions is greatly appreciated.
I'm using a formula to determine the time frame of when a record is created. I then want to show a summary of those time frames. Here is what I'm trying to get to:
Code:
Time Frame # of Records
00:00 - 00:29 5
00:30 - 00:59 9
01:00 - 01:29 0
01:30 - 01:59 1
02:00 - 02:29 0
02:30 - 02:59 6
But my results are like this:
Code:
Time Frame # of Records
00:00 - 00:29 5
00:30 - 00:59 9
01:30 - 01:59 1
02:30 - 02:59 6
I'd like to have the report show me a count of 0 even if there are no records to count in that time frame.
Any help or suggestions is greatly appreciated.