- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 03:21 AM
Hi,
I hope someone can help me with this.
I am trying to create a couple of reports through ServiceNow but am struggling a bit!
I would like a fairly simple report that shows the following:
- My average ticket volumes per month (for Incidents/Service Requests and change request) Would this have to be 3 different reports?
- How are the above tickets split by category?
Thanks
Stuart
Solved! Go to Solution.
- Labels:
-
Analytics and Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 03:27 AM
Hi,
http://wiki.servicenow.com/index.php?title=Reporting_on_Incidents#gsc.tab=0
Look it, It will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 03:57 AM
Okay. you can create one database view (Nothing but custom table) to combine all three tables to fetch data in single reprot .
For more info
http://wiki.servicenow.com/index.php?title=Database_Views#gsc.tab=0
Reporting against two tables Incident and Task (Database view)
Thanks,
Rajesh T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 04:09 AM
that sounds complicated.
I am happy to create a report for each area.. just need help to do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 07:09 AM
Hi,
You can use the Task table, which is the parent of incident, change and requests.
You can group these based on 'Task Type' - incident , Requested Item and Request for Change
PS: Please mark helpful or like if this helped you.
Regards,
Varuna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 07:51 AM
Thanks for this. Can you help me with this a little further as I think this could be what I need
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2016 07:17 AM
you can have filter conditions - 'assigned to'- you and 'assigned' -date assigned.