How to give sort for a column in service now table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2017 11:54 PM
I have a servicenow table where i have a column named area...as soon as i click on the application , it should bring me the list sorted with ascending order of area.
Tried with " user preferences" and dictionary but not able to get results. Please suggest if any alternatives.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 01:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 01:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 02:33 AM
Can you please mark answer as correct it it solved your issue? by that it will help others to get on correct answer quickly and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 11:03 PM
Thank you so much,...its sorting in descending order .however when we give ASC for ascending its is again coming back to unsorted list.Please suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 11:10 PM
Just removed DESC from that /u_friends_list.do?sysparm_query=ORDERBYu_area and yes its sorting in ascending now.Thanks a lot for timely help.