Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Using 'Aggregate' result as sub query.
Use case: You have a form that allows multiple data entries, and you want to retrieve the latest entry. To achieve this, you thought of building a query that uses the 'Max' aggregate function, then use it as a sub-query.
Currently, this is not supported.
You can use the 'Identifier' or 'Datetime' field (if added) for a form and apply the 'Max' aggregate function in the query to export the aggregated result.
Copy the identifiers from the CSV file and create another query using the 'Is One Of' operator to achieve your usecase.
Expand to see the steps in detail:
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com