Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

determining parent of leaf node in Multilevel Hierarchy

KkT
7 - Meteor

Hello Community, I need your help, i have to determine the Parent (FS Item) of each GL code in a chart of accounts however the leaf node can occur at any point in the hierarchy, so for example Parent of GL2 is Parent H and Parent of GL1 is Parent E. In each case i need the data 1 Level up from the leaf node. Please find attached the example file.

 

Thank you

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @KkT 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1628592605493.png

 

1. Using record id to set row id

2. Using transpose tool to convert columns to rows.

3. Using multi-row formula tool finding row above GL (GL Parent)

4. Filtering only GL rows.

5. Using find and replace to map back GL Parent to main data.

 

Hope this helps : )

 

KkT
7 - Meteor

thank you so much @atcodedog05   🙂 i really appreciate your super quick response!I am adapting this and will let you know how it goes!

Labels
Top Solution Authors