Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

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

Hierarchy data with Iterative Macro

BRRLL99
11 - Bolide

Hi

I have data with 1.6 million rows, sample data I'm looking to break hierarchy data into multiple levels

ParentChild
AB
BC
CE
DF
EG

 

Expected Output:

 

Name    
ABCEG
BCEG 
CEG  
DF   
EG   

 

4 REPLIES 4
Yoshiro_Fujimori
15 - Aurora

@BRRLL99 ,

If you have to deal with 1.6 million rows of data regularly, using Relational Database may not be the best option,

considering the required computer resources, flexibility of data manipulation and the processing time etc..

You may want to consider using Graph Database (such as Neo4j).

 

BRRLL99
11 - Bolide

Could you please build workflow for the above dataset

PhilipMannering
16 - Nebula
16 - Nebula

Hey @BRRLL99 , I think this does what you need.. See attached

PhilipMannering_0-1681123700594.png

 

Yoshiro_Fujimori
15 - Aurora

@PhilipMannering ,

Thank you for the smart solution.

The use of Engine Iteration Number is so cool!

 

@BRRLL99 ,

I suppose this may be already off the topic, so just FYI.

It may also be interesting to see it as a Linked Data structure.

Here is an output of your data from Network Analysis tool.

Yoshiro_Fujimori_2-1681134798362.png

 

 

 

Labels