Need to create a report that displays the 5 Oldest catalog task

keshav77
Tera Expert

Need to create a report in ServiceNow that will display the following two things. The 5 oldest catalog task and  These need to be grouped by Assignment group. 

1 ACCEPTED SOLUTION

@Tanushree Maiti  that doesn't make sense greater then equal to show more then or equal to 5 records.

BTW I have created the solution here it is which show only 5 oldest open task only for particular groups.

 

We need to create script include for that case and then need to call in report. Below are the screen shot for your reference.

keshav77_0-1777624093845.png

keshav77_1-1777624200760.png

 

View solution in original post

2 REPLIES 2

Tanushree Maiti
Giga Patron

Hi @keshav77 

 

  • Navigate to Reports > Create New.
  • Report name: Oldest 5 Catalog Tasks by Group.
  • Source type: Table.
  • Table:sc_task
  • Click Next. 
  • Type: Select List (this is best for viewing specific record details).
  • Click Next.
    • Filter: Set Active is true
    • Grouping:
      • Find the Group by dropdown.
      • Select Assignment group
     
  • Limit to Top 5 Records
    option 1 : List View Limit (Recommended for "Oldest")
    • Stay with the List report.
    • Add Sort a to Z
    • Screenshot 2026-04-28 014709.png
    • Update related list condition. set the value to 5 as per screen shot.
    • Screenshot 2026-04-28 014808.png
       
Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

@Tanushree Maiti  that doesn't make sense greater then equal to show more then or equal to 5 records.

BTW I have created the solution here it is which show only 5 oldest open task only for particular groups.

 

We need to create script include for that case and then need to call in report. Below are the screen shot for your reference.

keshav77_0-1777624093845.png

keshav77_1-1777624200760.png