Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query to create an incremental 30 min report based off date/time

Status
Not open for further replies.

TheEnigma

Technical User
Joined
May 26, 2002
Messages
69
Location
US
I currently have a query that shows times that call centre representatives take calls. The information comes straight off of our PABX (phone server).

The query needs to run so that it will show me a total of calls for each half an hour on a particular day.
 
I assume that you have a date/time field in this data from the pabx.

you need to create a crostabed query and sort on this date/time field fx. Expr1: Format([Date/time];"hh")
Will this help ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top