Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
9 subscribers
Views
7185 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
How to sort a list of users from a user group by first name? , I am trying to us
sathisht534
over 9 years ago
How to sort a list of users from a user group by first name? , I am trying to use this in my dropdown in portal version.
insert(getdistinctusers(topeople(cons!TEST)), "", 1)
Thanks,
Sathish
OriginalPostID-205815
OriginalPostID-205815
Discussion posts and replies are publicly visible
0
shailendras593
over 9 years ago
Hi Satish,
There is a custom function fn!getmemberusersdirectpaging(group,startIndex,batchSize) that retrieves the direct members of a group in ascending order of their first name.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
You can also use "User or Group Sorting"
forum.appian.com/.../User or Group Sorting
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sagarl511
A Score Level 2
over 9 years ago
@satisht534 You can also create custom CDT with fields as required in CDT. Using apply create cdt objects for each element in the array using type!CDT(). Then use todatasubset() to sort the array based on fields as you need.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel