Apr 22, 2016 07:32 AM
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?
Apr 26, 2016 06:01 PM
SQL joins would make this very easy. I’d love to see that functionality.
Oct 04, 2016 12:03 PM
Is there any activity on this feature?
This is why I came here.
Oct 04, 2016 12:30 PM
You are talking here about self joins I assume - you can set this up but cant really do anything with it - with no ability to Lookup values across this type of join. Self joins are quite common so it would be great to see some way of dealing with this.
Mar 07, 2017 02:28 AM
To elaborate a bit, perhaps:
Jul 15, 2017 06:58 PM
I also need this, very much. I’m modeling a very stratified organization that has 4-7 levels of groups and people that report to one another.
Of course, it could be argued that a graph DB (Neo4J, etc.) is much more suited for this purpose but I really/REALLY like the web interface in Airtable.