Distinct
Last updated
Last updated
The Distinct()
function returns a list of unique values from a provided list of values. The list must contain only values of the same type, and they may be numbers, dates, concepts, texts, yes/no booleans.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a collection of values where duplicates are filtered out of.
Name | Type | Required | Description |
---|---|---|---|
| list | a list of values or elements of the same type. |