Is there a method to display a hierarchical view of records?
For instance, in a table of items, I may have a field for name and sub_item_of link to another item.
name___________ sub_item_of_______
car
wheel car
rim wheel
tire wheel
windshield car
transmission car
bicycle
banana seat bicycle
I’d like to see a view where I can order by name and have each sub item fall under that name, and each sub-sub item fall under the name of its item.
Alternatively, can a parent item’s expanded view contain a list of all items that are sub_items, as well as showing the complete hierarchy?