
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2018 10:08 AM
I want an SQl Qurries, as i have zero knowledge about sql. Actually, I want to create an email report which will send detailed daily call details with pending call details of all previous calls.
Currently, I have configured one daily email report which only sends calls of Daily incident only, not pending call details.
Currently, I have configured one daily email report which only sends calls of Daily incident only, not pending call details.
Labels:
- Labels:
-
General Discussion
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2018 03:49 PM
Easier way of doing it would be to create a copy and modify the built-in report called "Helpdesk: All tickets whose current state is Open"
You can then change htblticketstates.statename (which has the criteria = 'Open') to = 'Pending' (make sure this is spelled identical to your state).
Lastly, you can add > Getdate() - 1 to htblticket.date as the criteria and then save and run the report.
You can then change htblticketstates.statename (which has the criteria = 'Open') to = 'Pending' (make sure this is spelled identical to your state).
Lastly, you can add > Getdate() - 1 to htblticket.date as the criteria and then save and run the report.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 02:46 PM
Am I right in assuming that with call details you mean helpdesk ticket details, and pending call details are ticket set on the pending state?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2018 07:56 AM
Charles.X wrote:
Am I right in assuming that with call details you mean helpdesk ticket details, and pending call details are ticket set on the pending state?
Yes...
