I have a cross-tab report which I am performing a count of how many times a particular action has occurred in a half hour. This is working as expected but I need additional assistance getting...
The report looks like this:
Action A Action B Action C (and so on)00:00 1 0 2
00:30 0 1 1
01:00 0 0 1
01:30 2 0 0
.
.
. (and so on)
There is a start and stop time for each action. I'm currently only basing the count off the start time.
For example, an Action B record has a starttime of 00:31 and a stoptime of 01:31. Now it displays as the 1 under Action B at 00:30 because it started within that half hour. But 01:00 and 01:30 have a count of zero - but I need both rows to have a count of 1 because the action was still occuring until 01:28 (during the half hours of 01:00 and 01:30). So the report should look like this:
Action A Action B Action C (and so on)
00:00 1 0 2
00:30 0 1 1
01:00 0 1 1
01:30 2 1 0
.
.
. (and so on)
Any ideas would be appreciated.
Thanks!
Kathleen
The report looks like this:
Action A Action B Action C (and so on)00:00 1 0 2
00:30 0 1 1
01:00 0 0 1
01:30 2 0 0
.
.
. (and so on)
There is a start and stop time for each action. I'm currently only basing the count off the start time.
For example, an Action B record has a starttime of 00:31 and a stoptime of 01:31. Now it displays as the 1 under Action B at 00:30 because it started within that half hour. But 01:00 and 01:30 have a count of zero - but I need both rows to have a count of 1 because the action was still occuring until 01:28 (during the half hours of 01:00 and 01:30). So the report should look like this:
Action A Action B Action C (and so on)
00:00 1 0 2
00:30 0 1 1
01:00 0 1 1
01:30 2 1 0
.
.
. (and so on)
Any ideas would be appreciated.
Thanks!
Kathleen