About
Careers
Support
Partners
Community
Contact
Product
Overview
IT Discovery
IT Inventory
IT Analytics
Features
Integrations
Use Cases
IT Asset Management
Cybersecurity
Active Directory Audit
Installing Software & Patches
Automated IT Inventory
Pricing
Resources
Support Knowledge Base
Videos
Testimonials
Vulnerability Updates
Patch Tuesday
Blog
Free Download
Lansweeper
»
Report Questions
»
Opened Help Desk tickets report during a specific time of the day
Active Topics
Search
Join Now
Login
Notification
Error
OK
Opened Help Desk tickets report during a specific time of the day
Posted:
Friday, June 28, 2019 5:11:50 PM(UTC)
gw2dave
Member
Original Poster
Posts: 1
0
Like
Is it possible to create a report that shows all the helpdesk tickets opened between 4:30pm -6:30pm Monday – Friday? There is a HD report that shows all tickets opened in a month and I'm just wondering if I can get more specific in terms of time and day.
#1
Adam P.
Member
Posts: 3
posted:
12/21/2020 3:07:34 PM(UTC)
Originally Posted by: gw2dave
Is it possible to create a report that shows all the helpdesk tickets opened between 4:30pm -6:30pm Monday – Friday? There is a HD report that shows all tickets opened in a month and I'm just wondering if I can get more specific in terms of time and day.
Did you ever figure this out? I'm looking to do the same thing.
User Profile
View All Posts by User
View helpful posts
#2
Brandon
Member
Posts: 91
posted:
1/4/2021 6:57:22 PM(UTC)
Originally Posted by: gw2dave
Is it possible to create a report that shows all the helpdesk tickets opened between 4:30pm -6:30pm Monday – Friday? There is a HD report that shows all tickets opened in a month and I'm just wondering if I can get more specific in terms of time and day.
I was able to narrow it down between Monday and Friday, but not the times. Here is the code. I used the Tickets created in the last 7 days canned report and edited it:
Quote:
Select Top 1000000 htblticket.ticketid,
'#' + Cast(htblticket.ticketid As nvarchar) As Ticket,
htblticket.date As CreationDate,
htblticket.updated As LastUpdated,
htbltickettypes.typename As Type,
htblticketstates.statename As State,
htblpriorities.name As Priority,
htblsource.name As Source,
htblusers.name As [User],
htblusers1.name As AssignedAgent,
htblusers2.name As UserLastNote,
'../helpdesk/icons/' + htbltickettypes.icon As icon,
htblticket.subject As Subject
From htblticket
Inner Join htblpriorities On htblpriorities.priority = htblticket.priority
Inner Join htblticketstates On htblticketstates.ticketstateid =
htblticket.ticketstateid
Inner Join htblusers On htblusers.userid = htblticket.fromuserid
Left Join htblagents On htblagents.agentid = htblticket.agentid
Left Join htblusers htblusers1 On htblusers1.userid = htblagents.userid
Inner Join htbltickettypes On htblticket.tickettypeid =
htbltickettypes.tickettypeid
Inner Join htblsource On htblticket.sourceid = htblsource.sourceid
Inner Join htblusers htblusers2 On htblticket.userid_lastnote =
htblusers2.userid
Where DatePart(WEEKDAY, htblticket.date) In (2, 3, 4, 5, 6) And
htblticket.spam <> 'True'
Order By htblticket.ticketid
User Profile
View All Posts by User
View helpful posts
Active Discussions
Shares on Windows computers and their share permissions
by
RC62N
Last post:
Yesterday
at 4:51:50 PM(UTC)
Asset management/replacement
by
DeviantTomato
Last post:
3/1/2021 9:01:02 AM(UTC)
Helpdesk report, average time ticket response, need times in hours not days
by
TimHolmes1973
Last post:
2/24/2021 11:07:26 PM(UTC)
Turn off graphical report builder
by
Tenacious
Last post:
2/23/2021 7:53:03 PM(UTC)
How to list Monitors with their connected PC and Monitor Asset ID
by
RC62N
Last post:
2/23/2021 3:33:58 PM(UTC)
Reference software list
by
DeviantTomato
Last post:
2/23/2021 1:16:48 PM(UTC)
Report Filtering Uptime
by
CyberCitizen
Last post:
2/22/2021 12:28:22 AM(UTC)
Adobe Report for CVE-2021-21017
by
baycrest
Last post:
2/10/2021 2:27:57 PM(UTC)