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
2 replies
Subscribers
8 subscribers
Views
1334 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have 10 row in Notes CDT and I am using below script to display the data in P
ankitb0003
Certified Lead Developer
over 11 years ago
I have 10 row in Notes CDT and I am using below script to display the data in Paging grid, it is displaying 5 rows in ascending order as expected but when I click on next page arrow in paging grid to view next 5 set of data it is loading form with same set of data.
=todatasubset(pv!Notes,type!PagingInfo(startIndex:1, batchSize:5,sort:{field: "createdOn", ascending: true}))
Please verify my code.
...
OriginalPostID-74479
OriginalPostID-74479
Discussion posts and replies are publicly visible
Parents
0
ankitb0003
Certified Lead Developer
over 11 years ago
yes this will work but it will not sort the data on date.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ankitb0003
Certified Lead Developer
over 11 years ago
yes this will work but it will not sort the data on date.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data