| | |
| | | <fullName>Implementation_Rates__c</fullName> |
| | | <description>本次点检实施率 = 计划期内完成设备数/计划点检对象数</description> |
| | | <externalId>false</externalId> |
| | | <formula>if( overstep_check_interval__c==true,1,IF(Check_Object_Quantity__c==0,0,Actual_Execution_Quantity__c / Check_Object_Quantity__c))</formula> |
| | | <formula>if( OR(overstep_check_interval__c, History_datanew__c),1,IF(Check_Object_Quantity__c==0,0,Actual_Execution_Quantity__c / Check_Object_Quantity__c))</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>本次点检实施率</label> |
| | | <precision>18</precision> |