Count
Count the non-Null values within a column or group.
Usage
Count()
Field (optional) The column of values to be counted. Null values are skipped.
Example
Count()
- Counts number of rows in a table.
Count([Funding Total Usd])
- Count number of companies with a disclosed funding total.