Answer: Please use floating point format rather than integer format. If the defined number of good products and the total number are integers, it will lead to the zeros issue. Please first convert the integer values into floating point values and then do the calculation (e.g., yield rate = number of good products * 1.0/total number).