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