I have two different tables in one data base.
Table A has a list of unique topics, and each of them is sorted into 'Categories' (via a single select column), and has linked records (from Table , which represent unique people (it's a formula column though).
Table B has the list of unique people (formula column), and I'd like to create multiple columns, one for each category in Table A, to break up the topics corresponding to each person, by category.
When I create a second linked record for Topics in Table B, filtering by value, it's fully independent from my first linking (vs showing a subset of it). See attached.
The output I would like is, for row 1 in Table B, to see "Topic A" listed in the `Topic - X Category` column. Is there a way to do that?
Thank you so much!