To group the data in the query search, we can add the groupBy: true to the column we want to group in the query and add the aggregate to the column for the aggregation. for example: query.Aggregate.SUM sample code: itemJoin.createColumn({ fieldId: ‘itemId’, … Continue reading Group the data within the query search.