Hi all
I have some data with a list of purchase orders in one column, and the product descriptions in another.
I am trying to work out how to show a minimum list of products that are common across all purchase orders. This seems like a really easy concept to get my head around, but I'm struggling to think of a way to do it in Alteryx. I've included a sample of dummy data below for illustration purposes. So, what I am trying to get to is a list that shows that hats and shirts are common across all purchase orders.
| Purchase order | Product |
| 12345 | Hat |
| 12345 | Scarf |
| 12345 | Shirt |
| 12346 | Hat |
| 12346 | Coat |
| 12346 | Shirt |
| 12347 | Watch |
| 12347 | Hat |
| 12347 | Shirt |
Any help anyone can provide would be great.
Thanks!