Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

How to Grouping the list view by column in specific order

divyanagajy
Kilo Contributor

How to group the list by column in specific business order

3 REPLIES 3

Tanushree Maiti
Tera Patron

Hi @divyanagajy 

 

Refer KB: KB0714231 Group the records in the List view by default on clicking a module in navigation bar 

Resolution

1)In the nav bar, search for System definition --> Modules and select it. 
2)In the list, filter the table(example: Incident) and the module title(example: All) where you want to group the list and open it 
3)Under the Link Type tab, select URL (from Arguments:) in the Link Type field 
4)In the Arguments field, paste the below value 

incident_list.do?sysparm_query=GROUPBYstate&sysparm_first_row=1&sysparm_view= 

This will group the incident table list by State for 'Incident --> All' module

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

Chaitanya ILCR
Giga Patron

 

Hi @divyanagajy ,

group the desired column and 

Click on the filter icon and add a sort 

or you can add the sort directly in the url

https://Your-InstanceName.service-now.com/sys_script_list.do?sysparm_query=ORDERBYDESCorder%5EGROUPB...

ChaitanyaILCR_0-1790077916881.png

 

Regards,

Chaitanya

 

 

 

Ankur Bawiskar
Tera Patron

@divyanagajy 

what you tried? share screenshots

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader