Lost Value KPI is quality key performance indicator that measures how much money the company loses because of rework. Lost value is calculated by the following formula:
Lost Value = Time lost due to rework * Productivity * Price
Time lost due to rework includes time required to remake the products and preparation time for rework.
Productivity or Productivity Labor shows the ratio of the number of products produced by a worker to the time within which these products are produced. It is the number of units produced per hour. Productivity can be found by:
Productivity or Productivity Labor = Number of outputs (units) produced / Number of hours spent to produce these outputs (units)
Price or Revenue per Unit is the cost of the product.
To calculate Lost Value please follow the steps below:
- Add the custom field “Time lost due to rework” with code “cf_time_lost_due_to_rework”
![Lost Value](/images/tutorial/lost-value2.png)
- Add the custom field “#of outputs” with code “cf_number_of_outputs”
![Lost Value](/images/tutorial/lost-value4.png)
- Add the custom field “Production Time” with code “cf_production_time”
![Lost Value](/images/tutorial/lost-value6.png)
- Add the custom field “Productivity” with code “cf_productivity” and the formula:
ToFloat($cf_number_of_outputs) / ToFloat($cf_production_time) / 24
![Lost Value](/images/tutorial/lost-value8.png)
- Add the custom field “Price” with code “cf_price”
![Lost Value](/images/tutorial/lost-value10.png)
- Add the custom field “Lost Value” with formula:
$cf_time_lost_due_to_rework * ToFloat($cf_productivity)* 24 * $cf_price
![Lost Value](/images/tutorial/lost-value12.png)
Lost Value per task on Task List
- To see the total Lost Value right click under column “Lost Value” and select “Sum”
- To see the average of Lost Value right click under column “Lost value” and select “Average’
- To display Lost Value on Task Tree, for example, for personal resource folder select task group for which
you need to display Lost value and select “Custom fields options”
![Lost Value](/images/tutorial/lost-value20.png)
- Set the following custom fields settings for the custom field “Lost Value”
- Select the custom field “Lost Value”
- In “Settings for” select “This task group”
- select “Enable”
- in “Aggregated (for task group)” field select “Sum” from drop-down list and
the custom field name: “Lost Value” to see the total Lost Value per project
or resource
![Lost Value](/images/tutorial/lost-value22.png)
- in “Aggregated (for task group)” field select “Average” from drop-down list and
the custom field name: “Lost Value” to see the average Lost Value per project
or resource
![Lost Value](/images/tutorial/lost-value24.png)
- If you need to fill in some custom fields at task group level, e.g. “#of outputs”, right click on task group, select “Custom fields options” and select “Edit” for the corresponding custom field
![Lost Value](/images/tutorial/lost-value26.png)
- To fill in the custom fields at the task group right click on task group and select “Edit”
![Lost Value](/images/tutorial/lost-value28.png)
![Lost Value](/images/tutorial/lost-value30.png)
Lost Value on Task Tree (total)