Hello!
I have 2 tables on my base:
1 - assignments
2 - resources
The assignments table (1) allows users to inout a project and then select from a linked record of “name” in table 2 to assign a resource. They then input the % workload this project will be for this resource in another column.
I need to create another table or view that keeps track of each “name” (resource) and the aggregation of % workload from each project they are assigned to. The idea is to be able to track maximum bandwidth.
I’ve tried linking fields and using roll-ups, but am not savvy enough to get this to work.


