Hi,
I have a Recap SOW database that contains the processing time and process name for each product. In the SP List used to submit data, there is only 1 recent history data, which contains the processing time and process name for each product. I want to calculate the percentage of product progress based on the serial number that has been passed.
For example, on the SP List:
product name = XXXX
process name = bsjadkabdlas
processing time = 3 hours
process sequence number = 90
whereas in the SOW Recap Database, product XXXX has 7 process names containing the sequence 'process serial number'.
Example:
serial number 56, the process name is kdjkafl, the processing time is 1 hour
serial number 60, the name of the process is doafjap, the processing time is 3 hours
serial number 70, process name is gsfada, processing time is 1.5 hours
serial number 80, process name is dadasd, processing time is 2 hours
serial number 84, the name of the process is seara, the processing time is 1 hour
serial number 90, process name is afadcx, processing time is 3 hours
serial number 95, process name is adwsxda, processing time is 2.5 hours
then, progress will show the number 60.7% obtained from the sum of the time based on the serial number of the product process before serial number 90.
If the process continues to serial number 95, then the percentage becomes 82.1%.
How to do it? Thank you.