countOnlyNull countOnlyNull

Counts the number of null values in the list.

Category

Aggregation

Function syntax

countOnlyNull(<listAny>)

Parameters

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

Signature and returned type

countOnlyNull(<listAny>)

Returns an integer.

Example

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

Returns 1.

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