Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ManagerHub, Sort By Location Not Working?

JDX7913
Tera Guru

I noticed in my PDI and on a client's instance, for manager hub, where it is sorting based on the location. When a user selects "Sort by:" "Location (A-Z)" it is not sorting by A-Z.

 

In this example in my PDI, Tayna's record should be coming before Christy and after David, but it is not:

JDX7913_0-1757970970565.png

 

My question is, how does the sorting for location work, and what is it sorting based on?

1 ACCEPTED SOLUTION

ChrisBurks
Giga Sage

Hi @JDX7913 ,

 

The location column for that widget is made up data from multiple fields because it's a list collector. I believe it alphabetizes starting with the last item first and then moves to the next (right-to-left). 

So in the screenshot you provided it is sorted by what looks like state abbreviations. CA, OR, WA (except for David Loo as that looks like a date and starts with a number thus numbers come before letters when sorting). 

Probably modify the "Team Column Configuration" module under the  "Manager Hub configuration" application

ChrisBurks_0-1757982188013.png

 

View solution in original post

1 REPLY 1

ChrisBurks
Giga Sage

Hi @JDX7913 ,

 

The location column for that widget is made up data from multiple fields because it's a list collector. I believe it alphabetizes starting with the last item first and then moves to the next (right-to-left). 

So in the screenshot you provided it is sorted by what looks like state abbreviations. CA, OR, WA (except for David Loo as that looks like a date and starts with a number thus numbers come before letters when sorting). 

Probably modify the "Team Column Configuration" module under the  "Manager Hub configuration" application

ChrisBurks_0-1757982188013.png