- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2017 10:43 PM
Hi All,
Requirement: Need to pull a report of all the catalog task(sc_task) that were assigned to Service Desk at one or other point in this month.
The issue is since the Service Desk re-assigns the catalog task to other queues, so how to know how may catalog tasks were assigned to them this month.
For ex: Service Desk received 100 catalog task this month and they reassigned 90 to other queues. Presently, they have only 10 in their queue. But I would like to pull the report of all 100 catalog task that were assigned to Service Desk at one or other point this month.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 02:38 AM
Hi Saahil,
Please find the 'Where Clause' conditions for catalog task data base view.
There is an OOB database view called "sc_task_metric" available.
But there is no OOB metric definitions available on sc_task table. You need create according to the requirement,
Hope this might be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 08:52 AM
Thanks a ton suseela, just one more question
what was the purpose of metric instance as initally i tried building the database view only with metric definition and catalog task. How did made a difference after metric_instance was included
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2017 12:35 AM
Hi Saahil,
A metric instance is a record in the metric_instance table. A record holds one instance of a metric.
Please refer the below wiki link for more details:
Metric Definition Support - ServiceNow Wiki
Hope this might be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2017 08:53 AM
The ServiceNow Wiki content is no longer supported. Updated information about this topic is located here: Metrics
Visit http://docs.servicenow.com for the latest product documentation

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2019 10:59 AM
Thanks. This actually helped me with a similar reporting issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2019 09:16 AM
Hi
I have created a metric definition today and Is there a way to pull the old CTASK metrics created before today ?
Thanks