It is used to join the array of aggregation columns into a string with a separator. Used when formulas can't be achieved on array data types and must be converted to a string first.
Syntax: ARRAYJOIN(Values)
Result:
It removes empty strings and null values from the array. Keeps "false" and strings that contain one or more blank characters.
Syntax: ARRAYCOMPACT(Values)
Result :
It only returns unique values from array
Syntax: ARRAYUNIQUE(Values)
Result: