As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
In my collection, I have a field called 'vegan' that stores an integer. Each document has a different value for vegan ranging from null->100 . I want to get the top 20 documents with the highest value for 'vegan'.
Are there any examples of this in the BL?
1 Comment
M
Michael
said
over 9 years ago
You can simply do a collectionAccess query with a sort and limit.
Daniel Roizman
Are there any examples of this in the BL?