Percent Work Complete
Percent (%)
Work Complete custom field shows the percentage of task completion based on Actual Work.
VIP Task Manager Professional can automatically calculate the percentage of task completion based on Actual Work by the following formula:
Percent Work Complete = (Actual Work / Work) * 100
For example, the task "Write Summary Report" is assigned to Jerry. 56
hours of work is planned for this task (custom field Work). Jerry has reported 50
hours of Actual Work. by viewing custom field Percent (%) Work Complete you can
see that this task is 89% complete.
To create custom field Percent (%) Work Complete based on Actual Work
please follow the steps below:
1. Create the following custom fields:
2. Go to: Tools/Custom fields and press "Ins"
button
3. in "Title" field enter "Percent (%) Work Complete"
4. in "Code" field enter "cf_percent_work_complete"
5. in "Type" field select "Integer" and click "Ok" button
6. in Formula field enter the following formula:
($cf_actual_work / $cf_work)* 100
To display the value of custom
field Percent (%) Work Complete on Task List or Task Tree please go to
Task List or Task Tree, click Task List Columns or Task Tree Columns
button and check the custom field "Percent (%) Work
Complete"
|