- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2015 03:15 AM
Hi,
I would like to have a chart report that accumulates number of request and number of incident assigned to the same group.
First, is it possible ?
If yes, how can I do it ?
Thanks for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2015 03:28 AM
Do the reporting on task table and in the filter condition, add filter criteria
task.type = incident or task.type = sc_request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2015 03:28 AM
Do the reporting on task table and in the filter condition, add filter criteria
task.type = incident or task.type = sc_request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2015 01:06 AM
Thanks, it works perferctly