Join Unique Children Values
One of my columns is "Item Type", which classifies the type of product within the parent project. All of the children items include the item type, so I'd like for the parent row to join those values. There are only four different types; however several children might be the same type. I'd like for the parent row to join all of the unique types.
Item Types: Box, Pipe, Rebar, SET
If there are five children with Box, and two children with Rebar, I want the result to be Box, Rebar.
Is it possible to join only the unique values for the children?
Thank you!
Best Answer
-
@Azure.Sessums It should work to use JOIN(DISTINCT(COLLECT())) .
Here is the DISTINCT function, it returns the distinct values from a range.
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@Azure.Sessums It should work to use JOIN(DISTINCT(COLLECT())) .
Here is the DISTINCT function, it returns the distinct values from a range.
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
@Darren Mullen Thank you so much, this did exactly what I needed it to do!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!