UNIQUE Function

From Planfix
Revision as of 12:43, 24 October 2024 by Dmitri (talk | contribs)
Jump to: navigation, search

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