The data I'm trying to import is as follows
Parent-Code
I want to generate the following list from this data:
L1 | L2 | L3 | L4 | |
---|
A | A-B | A-B-D | A-B-D-E | |
A | A-C | A-C-D | A-C-D-E | |
| | | | |
| | | | |
You can create up to L3.However, L4 has multiple parents for one row of data
When I try to create L4 from D-E, only one list row is generated because there is only one row of import data.How can I add a child hierarchy of D-E in the same way to a list that has D in L3?