Help

Record as column name

1578 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Steve_Vega
4 - Data Explorer
4 - Data Explorer

Hello, I have a table with a list of categories. Another one with a list of people.

I want to create a capacity table where I can have a percentage value for every category for each people. Ideally every other column will be linked to the categories tables. The layout will be like this:

Categories table:
Name | Other columns

People table:
People | Other columns

Capacity table:
People | Category 1 percentage | Category 2 percentage | Category 3 percentage | Category n percentage | Total capacity (sum)

How can I make this work?

Thanks!

3 Replies 3

I’m not sure I follow. Can you provide some screenshots?

Thanks ScottWorld

I want to create a table like this:
image

Where Person 1 and Person 2 are values linked from a people list table. And the column names Category 1, Category 2, Category 3, and Category 4 are linked from a category list table. The numeric values are percentages I will manually add in this table. Total would be a sum.