<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>PBENGAverageCoverageRate__c</fullName>
|
<externalId>false</externalId>
|
<formula>if(Year(today()) > OCSMYear__c + 1 || Year(today()) > OCSMYear__c && MONTH(today()) > 3, (MonthVisitCoverageRate10_ENG_Text__c+ MonthVisitCoverageRate11_ENG_Text__c+ MonthVisitCoverageRate12_ENG_Text__c+ MonthVisitCoverageRate1_ENG_Text__c+ MonthVisitCoverageRate2_ENG_Text__c+ MonthVisitCoverageRate3_ENG_Text__c)/6,
|
if( MONTH(today()) = 10 , 0
|
,
|
|
(if(if(MONTH(today())-4< 0, MONTH(today())+8, MONTH(today())-4)> 6,MonthVisitCoverageRate10_ENG_Text__c ,0)
|
+
|
if(if(MONTH(today())-4< 0, MONTH(today())+8, MONTH(today())-4)> 7,MonthVisitCoverageRate11_ENG_Text__c ,0)
|
+
|
if(if(MONTH(today())-4< 0, MONTH(today())+8, MONTH(today())-4)> 8,MonthVisitCoverageRate12_ENG_Text__c ,0)
|
+
|
if(if(MONTH(today())-4< 0, MONTH(today())+8, MONTH(today())-4)> 9,MonthVisitCoverageRate1_ENG_Text__c ,0)
|
+
|
if(if(MONTH(today())-4< 0, MONTH(today())+8, MONTH(today())-4)> 10,MonthVisitCoverageRate2_ENG_Text__c ,0)
|
)
|
/if(MONTH(today())-4< 0, MONTH(today())+2, MONTH(today())-10)
|
))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>覆盖率(PB能量)</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackTrending>false</trackTrending>
|
<type>Percent</type>
|
</CustomField>
|