Is is possible to query those documents from a Lotus Domino database which have bigger universal ID than a given number/ID and order them by their universal ID with a Lotus formula query? If yes, how?
In SQL the following is similar to what I'd like to:
SELECT universalId
FROM all_documents
WHERE universalId > custom_value
ORDER BY universalId