countOnlyNull countOnlyNull

Counts the number of null values in the list.

Note that the parameter <listObject> is not supported in this function.

Category

Aggregation

Function syntax

countOnlyNull(<listAny>)

Parameters

Parameter
Type
listToProcess
listString, listBoolean, listInteger, listDecimal, listDuration, listDateTime, listDateTimeOnly, listDateOnly

Signature and returned type

countOnlyNull(<listAny>)

Returns an integer.

Example

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

Returns 1.

recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76