Tagged Questions
1
vote
2answers
344 views
Sort SPList on derived value of e.g. SPFieldUser column
What I want to achieve is: get a bunch of SPListItems from an SPList, using SPQuery, and have the items ordered by an SPFieldUser column. Just referencing the SPFieldUser column appears to sort on the ...