- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2018 07:35 AM
I know I can get an overall updated count but the requirements are tricky. Since this is a billable report, meaning this is for our vendor who get paid differently based on tickets opened, updated, and resolved. I am able to get opened and resolved counts but I am having trouble with updated. The vendor will update tickets multiple times and I only want to get a count for one time. Tasks can be even trickier because if they update the request, the requested item, and a task associated it should only count as one.
Solved! Go to Solution.
- Labels:
-
Performance Analytics
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2018 04:35 AM
Hello,
There is a field on the Task table called Updates which will give you a count of the number of updates on an Incident, Problem, or Change record; I would add it to the list view and not the form view.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2018 04:35 AM
Hello,
There is a field on the Task table called Updates which will give you a count of the number of updates on an Incident, Problem, or Change record; I would add it to the list view and not the form view.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 07:20 PM
can you do a count on where the 'Updated' field is not null? This field just records the date of the last update so you may just be able to get a simple count by using this field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 08:46 PM
Any update on this?
Can you mark my answer as correct, helpful and hit like if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.