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
Replies
22 replies
Answers
1 answer
Subscribers
9 subscribers
Views
13820 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
need a function to sort a cdt by a date/time field. Is there such a function to
nitas811
over 11 years ago
need a function to sort a cdt by a date/time field. Is there such a function to do that? ...
OriginalPostID-88128
OriginalPostID-88128
Discussion posts and replies are publicly visible
Parents
0
Mike Cichy
Appian Employee
over 11 years ago
Nita, did you download and install the app? The rule allows you to specify the sorting attribute of your pagingInfo object that then in turn can be used to create a dataSubset object. Example todatasubset({2, 1, 3, 4, 5}, pagingInfoFromRuleObject).data will get you the sorted integer array.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mike Cichy
Appian Employee
over 11 years ago
Nita, did you download and install the app? The rule allows you to specify the sorting attribute of your pagingInfo object that then in turn can be used to create a dataSubset object. Example todatasubset({2, 1, 3, 4, 5}, pagingInfoFromRuleObject).data will get you the sorted integer array.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data