binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>EU_ME2_OPD_ratio__c</fullName>
    <externalId>false</externalId>
    <formula>IF( (Important_product2_formula__c / EU_ME2_OPD__c) = 0, 
IMAGE(&quot;/img/samples/stars_000.gif&quot;, &quot;0%&quot;, 13, 60), 
IF( (Important_product2_formula__c / EU_ME2_OPD__c) &lt; 0.2, 
IMAGE(&quot;/img/samples/stars_100.gif&quot;, &quot;20%以下&quot;, 13, 60), 
IF( (Important_product2_formula__c / EU_ME2_OPD__c) &lt; 0.4, 
IMAGE(&quot;/img/samples/stars_200.gif&quot;, &quot;40%以下&quot;, 13, 60), 
IF( (Important_product2_formula__c / EU_ME2_OPD__c) &lt; 0.6, 
IMAGE(&quot;/img/samples/stars_300.gif&quot;, &quot;60%以下&quot;, 13, 60), 
IF( (Important_product2_formula__c / EU_ME2_OPD__c) &lt; 0.8, 
IMAGE(&quot;/img/samples/stars_400.gif&quot;, &quot;80%以下&quot;, 13, 60), 
IMAGE(&quot;/img/samples/stars_500.gif&quot;, &quot;100%以上&quot;, 13, 60) 
)))))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>(###)・EU-ME2 OPD目标达成率</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>