Link to home
Start Free TrialLog in
Avatar of Cuec
Cuec

asked on

Sorting a collection

does anyone know how I can sort a document collection and use the results of the sort?
Pleeeeaaaassssee help
ASKER CERTIFIED SOLUTION
Avatar of Jean Marie Geeraerts
Jean Marie Geeraerts
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tritanka
tritanka

As a second option, put all the docs in an array of type NotesDocument then use a quicksort algorithm to sort the array.

This really depends on how many documents you are talking about.

Jerrith's solution seems more elegant and will probably result in less over the wire traffic when working with a server based database.