UNIQUE Function: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
 
Line 5: Line 5:
|description=UNIQUE Function
|description=UNIQUE Function
}}
}}
The UNIQUE() function returns a list of unique values in a list or range.
The UNIQUE() function returns a list of unique values in a list or range.
== Format ==
== Format ==

Latest revision as of 13:16, 28 October 2024

The UNIQUE() function returns a list of unique values in a list or range.

Format

UNIQUE(reccuring_variables)

Example

%%%UNIQUE({{DataTag.Actual working time."Employee.?".Name}})%%%

The result is a string with unique values separated by commas:

Denis,Alex

Important


Go To