Apr 20, 2021 03:51 PM
Hello! I have been organizing the content of my company’s information for a few weeks and got to the point where I could set up a customer table from my list. When I choose what information is going to be present, and then group the information, even though the essential groupings are identical, Airtable is breaking the information up. You can see the attached screenshot (with names redacted) for an example.
Customer Relationship and Market Sector are the items that I am grouping by and this is what happens:
Is there some sort of metadata that could be causing this issue?
Apr 20, 2021 05:45 PM
Try
ARRAYCOMPACT(ARRAYUNIQUE(values))
or
ARRAYUNIQUE(ARRAYCOMPACT(values))
Apr 20, 2021 05:47 PM
The first formula having been applied to both Market Sector and Relationship has worked! Thank you very much!
Apr 20, 2021 05:48 PM
Great! For reference, ARRAYCOMPACT()
removes white space or “empty” values returned in a Rollup.