| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>RivalHostsProportion_first__c</fullName> |
| | | <externalId>false</externalId> |
| | | <formula>( RivalHostsNumber_first__c / AllHostsNumber_first__c )</formula> |
| | | <formula>IF( !ISNULL(RivalHostsNumber_first__c) && !ISNULL(AllHostsNumber_first__c) && AllHostsNumber_first__c > 0, |
| | | ( RivalHostsNumber_first__c / AllHostsNumber_first__c ), |
| | | null |
| | | )</formula> |
| | | <label>对手主机占比(期初)</label> |
| | | <precision>18</precision> |
| | | <required>false</required> |