| | |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>RivalCustomers_first__c</fullName> |
| | | <externalId>false</externalId> |
| | | <formula>IF( RivalHostsProportion_first__c == 1, '完全对手客户', IF( RivalHostsProportion_first__c > 0.5, '部分对手客户',''))</formula> |
| | | <formula>IF( !ISNULL(RivalHostsProportion_first__c), |
| | | IF( RivalHostsProportion_first__c == 1, |
| | | '完全对手客户', |
| | | IF( RivalHostsProportion_first__c >= 0.5, |
| | | '部分对手客户', |
| | | '' |
| | | ) |
| | | ), |
| | | '' |
| | | )</formula> |
| | | <label>对手客户(期初)</label> |
| | | <required>false</required> |
| | | <trackTrending>false</trackTrending> |