project hours worked to be sum of tasks hours worked.
Posted
by silverkid
on Stack Overflow
See other posts from Stack Overflow
or by silverkid
Published on 2010-03-31T09:31:40Z
Indexed on
2010/03/31
9:33 UTC
Read the original article
Hit count: 456
i have a sharepoint list called project . this list has column called hours worked. Then i also have a list called tasks. this list also has a column called hours worked. the task list also has a lookup field where we select project ID from project list.
Thus for each project we can have many tasks.
now tasks list items are created by individual users and i have to create such a mechanism that the hours worked in project list must always be the sum of hours worked in tasks of that project.
How can I achieve this.
© Stack Overflow or respective owner