Incident-task number inside incident report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 06:45 AM
Hello everyone,
I trying to create an incident report (since incident table) that even showing the number of task created inside the incident.
this is the id interested:
Unfortunatelly, I'm not able to discover the task number in the suggested "chooses column":
I can see all the incidents value but I cannot find the task number to show in columns report:
Can you help me to solve this problem?
Thanks, in advance, for your support.
Donatello.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 06:57 AM
Hi,
You won't be able to dot walk to get Task Number through incident table as incident table is not having any reference field which refers to Task.
What you can try is create report on Task and dot walk to incident record to get required fields. or The other option is to create database view to merge those two tables and use it for reporting purpose.
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Thanks and Regards,
Abhijit
Community Rising Star 2022
Regards,
Abhijit
ServiceNow MVP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 06:57 AM
Hi Donatello,
It will not be visible since there is no field as task number on the incident form.
You can do the other way around. Reporting on incident task and then dot walking to the incident and setting up the filter.
Regards,
Deepankar Mathur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 07:03 AM
Hi,
You can create a report on incident task and include the incident number in it. Group it by incident number maybe.
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 02:13 AM
Hi all,
sorry for the late reply,
unfortunately, not all incidents have the Associated activity, and in this case, I don't have access to DB.
Thank you so much for your support.
Donatello.