Hello,
I am reaching out to this community for the first time for help with an analysis. Looking forward to the collaboration! I have a set of data with two columns - user id (00001, 00002, 00003) and group designation (A, B, C, D). Each username can be assigned to multiple different groups. I am trying to create a matrix that indicates the % of overlap of usernames between groups (in other words, how many usernames of group A are also in group B, C, and D?) No geography/spatial relevance is involved in this analysis.
I have included two comparable requests from other forums below that better demonstrate the work I am trying to do and also depict sample outputs here -
1) https://stackoverflow.com/questions/30873307/calculating-overlap-between-groups
2) https://stackoverflow.com/questions/32188560/category-overlap-analysis
Solutions were provided in these other forums for SQL and R. I was wondering if the same could be done in Alteryx, before I tried downloading softwares/data tools I have no experience with.
Any help would be appreciated. Happy to provide further color, information if needed!!
Thanks.
Solved! Go to Solution.
This worked beautifully!
Simple solution as well! I was thinking forward towards batch/iterative macros but I underestimated the value of Join and Summarize.
Thank you so much :)