Hello - I am working on an app that would be used to track capacity of employees based on the projects that they are working on.
So each month when someone is assigned to a project, they would go into the app and enter the project name, their own details and the amount of time they are allocating to that project for the month (entered as a decimal i.e. 0.10, 0.20, etc)
In the app I have a table where a user can go and view all the projects or filter it by manager and/or project manager to view the number of projects that specific employee is assigned to.
What I want to achieve is that when a particular project manager is selected and the table is filtered, in another field ('current month' as can be seen in the screenshot) I would like the sum of all of their allocations to be displayed.
Looking for help on what that formula would look like or if it is even possible