Jul 02, 2024 01:11 PM
Hi,
I have a table of projects which is being imported in. Each project has a project ID column, and a Project Parent ID column, since there are sub projects. I want to simply create a list which shows each parent project, followed by all of the sub projects.
Nested Linked Records seems to only allow me to do this in reverse. Is there any other way I can do it. I can't really change the structure of the data, since it's being imported in from an API.
Thanks!
Jul 02, 2024 01:50 PM
@b56928 hello you can try this out
Since you can't change the structure of the data being imported from the API, you'll need to find a way to display the parent-child project relationships in Airtable without using nested linked records. One solution is to create a custom view that concatenates the parent project name and child project name into a single field.
Here's how you can do it:
Make sure to replace {Project Name} with the actual name of your "Project Name" field, and {Project Parent Name} with the actual name of your "Project Parent Name" field.
Now, in your new view, you'll see a single field that displays the parent project followed by the child project, separated by a dash or whatever character you used. The view will look like:
This allows you to easily see the parent-child relationships without using nested linked records.
Jul 02, 2024 07:48 PM
Hmm, try:
1. Create a table called "Parents" and link it to your imported table
2. In your imported table, click the field header of the "Project ID" field, selecting the entire column
3. Hit CMD / CTRL + C
4. In your imported table, click the field header of the linked field to the "Parents" table
5. Hit CMD / CTRL + V
You should now be able to use a List view to see the data the way you want: