Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

GROUPUNIQUES(<any>)

Description

Returns unique column values for a group.

This is a group series function.

Example

Given the following raw data:

...

Code Block
GROUPBY(#RawData!Key)

Next use the GROUPUNIQUES function to create a column which returns the unique values of each group.

...