How to give sort for a column in service now table

anur
Kilo Contributor

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.

10 REPLIES 10

anur
Kilo Contributor

Attaching the screen shot. Iwas trying to sort column "area" from z-a. however adding the dictionary attribute is not working.



find_real_file.png


Just for an example I created "Test Opened Sorted" module in incident application which sorts the opened date from latest to oldest on click.


find_real_file.png


You can do something similar to have this sorted.


If you see any issues; please share the screenshot of your module


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.


anur
Kilo Contributor

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


anur
Kilo Contributor

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.