FORMULA LANGUAGE


@Unique
Example

Without a parameter, returns a random, unique text value. With a parameter, removes duplicate values from a text list by returning only the first occurrence of each member of the list.

Syntax

@Unique
@Unique(
textlist )

Parameters

textlist


Return value

Without a parameter:

uniqueValue


With a parameter:

uniqueList


Usage

@Unique is case-sensitive.

Language cross-reference

ArrayUnique function of LotusScript language

Example
See Also