count

FEEL built-in function · List functions

count(list)

Returns the number of elements in the list.

Parameters

ParameterTypeDescription
listlistthe list to count

Examples

count([1, 2, 3])
count([])

Related functions

sum · list contains

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).