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.
Critical bug in Kinvey DataStore Aggregation/Grouping
D
D J B
started a topic
over 9 years ago
Incorrect grouping of collection by a column that contains both positive and negative numeric values only. Example - a collection titled 'ratings' with column titled 'rating' that can contain one one of the four values -1, 0, 1, 2 would result in incorrect group count. No count is displayed for -1.
@Michael Katz - It appears that issue is caused by recent change in request/response schema from DataStore. In one of my biz logic script scripts I used get _id property in response.body, which is now available elsewhere in the response schema causing my reference id to be null.
M
Mike
said
over 9 years ago
Dhruba,
Can you provide reproduction steps? Including a code sample, what you are seeing, and what you expect to see?
D J B