SOLVED
Hierarchy data with Iterative Macro
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
BRRLL99
11 - Bolide
‎04-10-2023
01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi
I have data with 1.6 million rows, sample data I'm looking to break hierarchy data into multiple levels
Parent | Child |
A | B |
B | C |
C | E |
D | F |
E | G |
Expected Output:
Name | ||||
A | B | C | E | G |
B | C | E | G | |
C | E | G | ||
D | F | |||
E | G |
Solved! Go to Solution.
Labels:
- Labels:
- Iterative Macro
4 REPLIES 4
15 - Aurora
‎04-10-2023
02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎04-10-2023
02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you please build workflow for the above dataset
16 - Nebula
‎04-10-2023
03:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
15 - Aurora
‎04-10-2023
06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
