countWithNull

Last update: 2024-01-29
  • Created for:
  • Experienced
    Developer

Counts all the elements of the list including null values.

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

Category

Aggregation

Function syntax

countWithNull(<listAny>)

Parameters

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

Signature and returned type

countWithNull(<listAny>)

Returns an integer.

Example

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

Returns 4.

On this page