Sorry if this is simple but I'm still new to Alteryx.
I have two colums of observations with each record being a linked relationship - for the sake of clarity, we'll call them Employee and Manager.
Many of the records are unique pairings, i.e. 1 employee to 1 Manager. The rest are 1 to many, many to 1 or many to many.
I need to label each cluster with a unique ID so I can consolidate them later but I also need to identify the number of nodes in the cluster so I can potentially exlcude outliers.
Any suggestions?
Solved! Go to Solution.
Hi Andy,
I'm not getting exactly what you need, (how you're clustering, the unique ID criteria, etc), but for what I read, the Make Groups Tools and/or the Tile Tool can help you get want you need. I'll try to put you on the right direction, with this simple sample:
For the Make Groups Config:
For the Tile Tool:
Best,
_AG_
Thank you - Group By worked perfectly.