I thought it would be neat to brainstorm some ways to create hierarchal bulleted lists from self referencing data.
For instance, a table called Family would have two columns: Full Name, Parent (Lookup for Full Name of parent in the same table). If you had Frank, Mark and Dan, you could set Mark as Franks parent and Dan as Marks parent. This would be cool to display as:
- Dan
- Mark
- Frank
- Mark
I’d like to explore different ways of creating this list.
Below is the Doc I would like to add various methods to. Take a look at the methods I’ve run into, and I’ll add any that you guys share as well.