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 allows counting non-numeric fields in calculation views. Previously this was only possible on numeric fields, and counts didn't correctly rehydrate in the UI as the field property was stripped.
Example - counting the amount of rows with each country (an options field) in a table:
Description
This PR allows counting non-numeric fields in calculation views. Previously this was only possible on numeric fields, and counts didn't correctly rehydrate in the UI as the
field
property was stripped.Example - counting the amount of rows with each country (an options field) in a table: