Hi All
I have a strange issue where SortByColumns gives blank collection if used with "Created" column
SortByColumns(MySPlist, "Created", SortOrder.Descending) - gives blank collection
but it works with other columns, like ID
SortByColumns(MySPlist, "ID", SortOrder.Descending) - gives collection with lots of items
And it only happens with one particular SharePoint list
Any idea why it could be happening?
Thanks
Have you tried just using Sort instead of SortByColumns?
Sorting collection does work, but I still need to filter the list as its bigger then 2000 items and filter needs to be editable by the user
Authoring version is 3.24012.8
Hi @romankorchak2 ,
Have you ever tried copying the List into a collection and then sorting it? What's your version number?
Best regards,
Rimmon
WarrenBelz
89
Most Valuable Professional
Michael E. Gernaey
72
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1