Subrecords is the one aspect I don't like in Air Table and I am struggling with a case right now. Maybe somebody has a smart and simple solution. I feel my design is flawed but I did not find any other practical way to work this.
Let's say I have
TABLE A
Field 1: Location name (text)
Field 2: Sub-location name (text)
Field 3: [Field 1] & [Field 2] (calculation field)
Field 4:: A chekmark field to filter out sub-records, so I can a list of records without seing all the time I repeat Field 1.
TABLE B
Field 1: Area code (text)
Field 2: [TABLE A Field 3] (linked)
What I would like is a list of unique records of Table A Field 1, with all the linked records in Table B Field 1.
And I can't seem to find a simple solution.