Size() is a formula query function you can use to count the number of records in a text, user , or record list. Size() can use GetRecords
as a parameter, or it can use a user list or multi-select text field.
Size() examples
To query the same table | To query a different table | Result | |
---|---|---|---|
Function layout |
|
|
Numeric value |
Example using a hard-coded value |
Counts the number of records where field ID 6 is equal to “In Progress” |
Counts the number of records in the table assigned alias |
Total count: 3 |
Example using a field reference |
Counts the number of assignees (list-user field) |
Counts the number of assignees (list-user field) in the table assigned alias |
Total count: 4 |
|
Counts the number of records where field ID 6 is equal to the value found in the |
Counts the number of records on the table assigned alias |
Total count: 2 |