We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Tiering System using Alteryx

DXCTech
5 - Atom

Hi!

 

I have a dataset as follows:

 

Column A - Unique entity identifiers

Column B - Owner of the entity in A

 

I want a tiering done based on these two inputs. My ideal answer will add a third column that identifies the tier of every unique entity in column A. 

 

There are 5 main entities that will start the tiering process. If those five entities are found in column B, I want that unique entity to return Tier 1a. If another unique entity has the same main entity, I want it to return Tier 1a. If that unique entity in A belongs to another one of the 4 main entities, it should return Tier 1b and so forth. The issue is that the owner in column B could go down 7 tiers deep so it is not as simple as created a lookup table. 

 

Thanks in advance for any help!

1 REPLY 1
Robin_McIntosh
11 - Bolide

Can you provide mockup of the input and desired output?

Labels
Top Solution Authors