You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The function returns a NUMBER LIST with all numbers in list l without any duplication.

Syntax
distinct(number list l) #Output: Number list
Examples
Parser expressionDescription
distinct([1, 2, 1, 3, 4, 4, 5])

The function returns a NUMBER LIST: [1, 2, 3, 4, 5] 

distinct(fieldValue({00012}, linkedIssues("is cloned by")))

The function returns a NUMBER LIST of dates containing due dates of cloning issues, with only one occurrence per due date, although more than one issue may share the same due date.

Additional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>

DATA TYPE

Parameter description.
Output

The function returns a NUMBER LIST