duplicate values

FEEL built-in function · List functions

duplicate values(list)

Returns the values that appear more than once in the list.

Parameters

ParameterTypeDescription
listlistthe source list

Examples

duplicate values([1, 2, 3, 2, 1])
[1, 2] Try it →

Related functions

distinct values

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