Count
The Count()
function returns the number of items in a list or concept set.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns the number of items in the given list
or concept_set
.
Returns Unknown
if one of the parameter values is unknown or outside the common valid boundaries.
Syntax
Parameters
Name | Type | Required | Description |
---|---|---|---|
| List of elements of the same type | ☑️ | a list of values or elements of the same type. |
| A list of concepts | ☑️ | a list of concepts |
Last updated