countWithNull countWithNull

Counts all the elements of the list including null values.

Category

Aggregation

Function syntax

countWithNull(<listAny>)

Parameters

Parameter
Type
List
listString
List
listBoolean
List
listInteger
List
listDecimal
List
listDuration
List
listDateTime
List
listDateTimeOnly
List
listDateOnly

Signature and returned type

countWithNull(<listAny>)

Returns an integer.

Example

countWithNull([10,2,10,null])

Returns 4.

recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9