Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
This PR implements the ability for calculation views to GROUP BY fields existing on the underlying table. They do this by specifying them as normal view fields as you would for any other view. Under the hood, we infer that these fields should always be grouped by because there's no other logical thing to do with them.
Description
This PR implements the ability for calculation views to GROUP BY fields existing on the underlying table. They do this by specifying them as normal view fields as you would for any other view. Under the hood, we infer that these fields should always be grouped by because there's no other logical thing to do with them.