Combining values of rows
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ayaanarjun-5885
8 - Asteroid
07-29-2024
10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, I have below data and I wanted to combine the values of "Conclusion ID" row according to the cluster as shown below. How Can I do it. I have provided desired output as well
| Cluster ID | Record ID | Conclusion ID | Output |
| Apple | ABC | Class | Class vs Object |
| Apple | XYZ | Object | Class vs Object |
| Pine apple | PQR | Class | Class vs Subject |
| Pine apple | GHI | Subject | Class vs Subject |
| Guava | MNO | Object | Object vs Subject |
| Guava | EFG | Subject | Object vs Subject |
Labels:
- Labels:
- Common Use Cases
1 REPLY 1
griffinwelsh
12 - Quasar
07-29-2024
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Ayaanarjun-5885 see the steps below and attached solution
1. Use a summarize tool. Group by Cluster ID concatenate Conclusion ID. Use a separator of " VS "
2. Join the summarize tool output with the data set on cluster id.
