Change the sort order of a list collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2012 08:34 AM
I have a list collector setup as a variable within a Service Request which point to a database that contains a list or Companies. I need to sort this list of Companies within the list collector in a certain order.
At the moment the list collector is always showing the Companies in alphabetical order. I have added a sort column into the database which contains the sort order I want but I'm unable to get the list collector to sort in that order.
Any help would be appreciated.
Thanks
Adrian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2012 08:02 AM
I have the same issue, anyone have any suggestions? I have a field in the table called u_order, but don't know how to make the list collector use this field for sorting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 07:14 AM
I am too, I have an Integer column called u_order. I want to order by that column.
I am using this to filter:
Filtering works GREAT!! but it's not sorted:
var filterString = 'u_active=true^u_list=cc_age^ORDERBYu_order';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 07:46 AM
Todd did you ever find a way to sort your list collector based on the u_order column?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2015 08:03 AM
Hi Adrian,
Query Business rule will help you here but you have to ensure that it runs only for the list collector, otherwise it will have a global impact on the table you are querying.