distinctCountWithNull distinctCountWithNull
Counts the number of different values including the null values.
Note that the parameter <listObject>
is not supported in this function.
Category
Aggregation
Function syntax
distinctCountWithNull(<listAny>)
Parameters
Parameter
Type
listToProcess
listString, listBoolean, listInteger, listDecimal, listDuration, listDateTime, listDateTimeOnly, listDateOnly
Signature and returned type
distinctCountWithNull(<listAny>)
Returns an integer.
Example
distinctCountWithNull([10,2,10,null])
Returns 3.
recommendation-more-help
8fe209f2-717b-4d36-904c-71a9532007af