Notification

AppSheet will be conducting service maintenance starting Sunday, May 19th, 2024 at 12:00 PM (7:00 PM UTC) and completing no later than 4:00 PM PDT (11:00 PM UTC). Learn more

UNIQUE()

Unique items in list

Returns a list of items in the original order with duplicates removed.

UNIQUE() is case-insensitive. That is, abc and ABC are treated as the same value.

Sample usage

UNIQUE(LIST(1, 1, 2, 1, 3)) returns 1, 2, 3

UNIQUE(LIST("Mary", "David", "Joe", "David")) returns Mary, David, Joe

UNIQUE(Products[Color]) returns a list of Color column values from the Products table without duplicates.

Syntax

UNIQUE(list)

  • list - A  list of any type.

See also

INTERSECT()

LIST()

SORT()

TOP()

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

true
Search
Clear search
Close search
Main menu
8582910294747624138
true
Search Help Center
true
true
true
false
false