The Summer Cup has officially kicked off! Get ready to learn, connect, and compete! Complete Community engagement tasks to earn points and unlock exclusive Summer Cup badges for your profile. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Transitive Property with multiple rows of data?

Below is an example of a data set I am trying to work with. It is a list of plants, each dock at that plant, and any docks that can mix with it.

 

I am trying to create a rule or formula that would show that if two docks have a common mix, then they can also combine.

 

For example, in the data set attached, dock A can mix with B, but dock B can mix with A and C. So I want to show that dock A should also be able to mix with C. Almost like a play on the transitive property. Is this possible in Alteryx?

2 REPLIES 2
Greg_Murray
12 - Quasar

Hi @samanthaschuchard,

 

I think something like this should work.

Greg_Murray_0-1606849810363.png

 

Thanks, 

Greg

That worked perfectly. Thank you for your help!

Labels
Top Solution Authors