Hi all - I'm working on an app that will be used to track the capacity of a project management team which has multiple project managers.
Each row in the sharepoint list corresponds to a project and the columns contain different information e.g. Project manager name, project dates, status, etc.
I also have 4 columns each representing current month, current month + 1, +2, +3 i.e. March, April, May, June and the purpose is to enter a decimal value representing how much of the project managers time is dedicated to the project.
On the app side, I have a vertical gallery which shows the information from the sharepoint list so a user can view the status of each project.
I am looking to setup a second gallery (or whatever is the best method to display the data) where i can display the total amount of time that each project manager is using across all of their projects and how much of their capacity is available.
E.g. if John is working on Projects X, Y & Z and is dedicating 0.25 of his time to each project per month, I want to be able to show that John is committed for 0.75 of his time and 0.25 is available.
Looking for help on how to accomplish this as I have yet to get something to work