Counts all the elements of the list including null values.
Note that the parameter <listObject>
is not supported in this function.
Aggregation
countWithNull(<listAny>)
Parameter | Type |
---|---|
listToProcess | listString, listBoolean, listInteger, listDecimal, listDuration, listDateTime, listDateTimeOnly, listDateOnly |
countWithNull(<listAny>)
Returns an integer.
countWithNull([10,2,10,null])
Returns 4.