TLDR
Using the aggregation functionality of the Data API you can perform certain calculations on your collection data. You can also add filtering and sorting to your aggregations to retrieve meaningful summaries. An aggregation is built with the following basic structure, where each part is optional. The parts of an aggregation are explained below using the following example aggregation, which finds the cities whose population in 2010 was the largest in their respective states and the population was over 1,000,000. To work with aggregations, you will need to import the wix-data-API to use the functions described below.via the TL;DR App
no story
Written by velo | Velo is a full-stack development platform that empowers you to rapidly build, manage and deploy professional web apps.