I want to use Dynamic AI to build a report that displays a graph (with count) of all concurrent (parallel) transactions on a day or even better a date range.

Every Transactions has StartDate, StartTime, StartHr, StopDate, StopTime and StopHr field.

Basically, I want to find out, what time of day was the busiest and how many employees where logged in at one time.

How would one go about this?