As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Sort one collection by a reference property value?
a
adrianaNik
started a topic
almost 9 years ago
I have 2 collections: users and groups. User have a reference to groups. How can I sort users by group name?
1 Comment
M
Mark
said
almost 9 years ago
This is not possible - the only workaround could be sorting on the client (or in a business logic post-fetch hook). This will however only work if you retrieve all data (i.e. no limit), otherwise this will yield incorrect results.
adrianaNik