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.
Please could you provide an example of the .group() method of the collection class? I am using the following, which run with no error, but doesn't provide any results.
Graeme Welton
Please could you provide an example of the .group() method of the collection class? I am using the following, which run with no error, but doesn't provide any results.
database.collection("Messages")
.group({"product": true}, {}, {"count":0}, function (obj, prev) { prev.count++; }, function(error, results) {
// some code
});