Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
10 replies
Answers
1 answer
Subscribers
12 subscribers
Views
14943 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there any way to sort text array in Appian, without using a plugin?
komalk
over 9 years ago
Is there any way to sort text array in Appian, without using a plugin?
OriginalPostID-170628
OriginalPostID-170628
Discussion posts and replies are publicly visible
Top Replies
Dan Lluhi
over 9 years ago
+1
Certified Lead Developer
Hi, The todatasubset function ( forum.appian.com/.../Scripting_Functions.html can be used to sort data OOTB. According to the documentation sorting is only supported for CDTs, so you'll want to use a list…
sikhivahans
over 9 years ago
+1
@komalk To the best of my knowledge, this can be done OOTB without any plugin or CDT. We can accomplish the requirement by taking advantage of the Appian's Complex System Data Type namely 'LabelValue'…
KARTHIK NATARAJAN
over 9 years ago
+1
Certified Lead Developer
Komal, Not sure if recommended but there is a hidden function sort(), which when used gives sorted text array in ascending order. Just call sort(ri!textArray) in your expression rule.
Parents
0
komalk
over 9 years ago
Yes it worked.. Thanks Daniell
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
komalk
over 9 years ago
Yes it worked.. Thanks Daniell
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data