First of all, here's a data sample:
EventID StartTime StopTime
1 7:00 AM 5:00 PM
2 6:00 AM 4:00 PM
3 9:00 AM 6:00 PM
4 7:30 AM 2:00 PM
5 8:00 AM 3:30 PM
...
OK, What I need is a graph in the report footer that has Time for an X axis, and a count for a Y axis. The graph should summarize all events into one data set.
Example: Using the data above, 6:00 AM would have one occurence, while 9:00 AM would have 5 occurences.
I thought of creating a shared variable for every 15 minute interval and trying to tally each occurence with formulas, then graph the sums. Does this make sense? Anyone have a better idea?
EventID StartTime StopTime
1 7:00 AM 5:00 PM
2 6:00 AM 4:00 PM
3 9:00 AM 6:00 PM
4 7:30 AM 2:00 PM
5 8:00 AM 3:30 PM
...
OK, What I need is a graph in the report footer that has Time for an X axis, and a count for a Y axis. The graph should summarize all events into one data set.
Example: Using the data above, 6:00 AM would have one occurence, while 9:00 AM would have 5 occurences.
I thought of creating a shared variable for every 15 minute interval and trying to tally each occurence with formulas, then graph the sums. Does this make sense? Anyone have a better idea?