<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Key_HP_management_ratio_SalesKPI_RatioPB__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF( Key_HP_management_ratio_SalesKPI_PB__c = 0,
|
IMAGE("/img/samples/stars_000.gif", "red", 13, 60),
|
IF( Key_HP_management_ratio_SalesKPI_PB__c < 0.2,
|
IMAGE("/img/samples/stars_100.gif", "red", 13, 60),
|
IF( Key_HP_management_ratio_SalesKPI_PB__c < 0.4,
|
IMAGE("/img/samples/stars_200.gif", "red", 13, 60),
|
IF( Key_HP_management_ratio_SalesKPI_PB__c < 0.6,
|
IMAGE("/img/samples/stars_300.gif", "red", 13, 60),
|
IF( Key_HP_management_ratio_SalesKPI_PB__c < 0.8,
|
IMAGE("/img/samples/stars_400.gif", "yellow", 13, 60),
|
IMAGE("/img/samples/stars_500.gif", "green", 13, 60)
|
)))))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>价值客户管理KPI达成率 2H’</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|