Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>analytia_month__c</fullName>
    <externalId>false</externalId>
    <formula>case(month(analytia_day__c),
4,&quot;04月&quot;,
5,&quot;05月&quot;,
6,&quot;06月&quot;,
7,&quot;07月&quot;,
8,&quot;08月&quot;,
9,&quot;09月&quot;,
10,&quot;10月&quot;,
11,&quot;11月&quot;,
12,&quot;12月&quot;,
1,&quot;1月&quot;,
2,&quot;2月&quot;,
3,&quot;3月&quot;,
&quot;&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>对比去年同期统计月</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>