Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
Prior to this PR, calculation view "count" columns didn't take a field. They just assumed the field was *. This PR makes field required for counts, which allows you to count specific non-null values of a given column.
Description
Prior to this PR, calculation view "count" columns didn't take a
field
. They just assumed the field was*
. This PR makesfield
required for counts, which allows you to count specific non-null values of a given column.