FORMULA LANGUAGE
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
Without a parameter:
uniqueValue
uniqueList
@Unique is case-sensitive.
Language cross-reference
ArrayUnique function of LotusScript language
Example See Also