Hello Alteryx Community! I am a basic to mid-level Alteryx user and I am in way over my head.
Problem:
I have a hierarchy with ColumnA - Name of Associate, ColumnB - Manager, ColumnC - Next Level Manager.
I then have a separate list of people who we are calling "Decision Makers". These are Director or VP level associates in most cases but not all.
What I need as an end result is to have a ColumnD in my original data set that would identify who is the "Decision Maker" for each associate based on the information in ColumnB and ColumnC. The issue that I run into is that in almost every case there are 4-7 levels of hierarchy.
I found this community challenge on iterative macros but most of the examples are just listing which level in the hierarchy they are in and as I mentioned I am pretty new to Macro's in general and I am struggling with the complexity to adjust it to my needs.