Reporting - Parent and Task Records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:26 AM
Hey all,
Hoping to get some pointers on a specific reporting request we have. We want to generate a report that shows Parent and Child Tasks organized together - for example, Incidents and Incident Tasks for a given team. I know how to pull that data together itself, but it's been a bit cumbersome to try and get everything to show cleanly. Specific asks:
- Is there any way to group records by Incident#, with Incident Tasks nested under their parent incident? Grouping by Incident # works for the tasks, but the Incident don't have "Incident Number", just "Number".
- If we pull this data directly from the Task table, there are redundant columns that show for each table type as seen in this screenshot. Is there any way to consolidate those?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:34 AM
Greetings!!
Just to simplify, you want Catalog task under Parent in report?
Like
Parent
Task 1
Task2
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:38 AM
Yes, that's what we're looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:44 AM
Will this work:
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 05:46 AM
So that works for the tasks themselves, but we're looking to include the details of the parent in the same report/view. So in your example, we want to view the RITM and the Catalog Tasks in a single report with each RITM listed individually and each related Catalog Task grouped underneath it.