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
7187 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
Parents
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
Reply
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
Children
No Data