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 12:00 AM
Hi Anu,
So you want the list to be auto sorted based on the column area.
Controlling the sort sequence used to display lists
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 12:19 AM
Hi Anu,
In the module arguments you can add &sysparm_order_direction=desc or asc based on the requirement to sort it in ascending or descending order.
Hope this helps.
Please hit Like or mark Helpful or Correct based on the impact.
Regards,
Rajshekhar Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 12:32 AM
Hello Raj,
I tried the same on my Incident Number field, but the attribute mentioned isn't working. Could you please help.
-Hussain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017 12:42 AM
can you please share the screenshot of application menu link on which you are expecting a click should give you list of sorted list?