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,"04月",
| 5,"05月",
| 6,"06月",
| 7,"07月",
| 8,"08月",
| 9,"09月",
| 10,"10月",
| 11,"11月",
| 12,"12月",
| 1,"1月",
| 2,"2月",
| 3,"3月",
| "")</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>对比去年同期统计月</label>
| <required>false</required>
| <trackHistory>false</trackHistory>
| <trackTrending>false</trackTrending>
| <type>Text</type>
| <unique>false</unique>
| </CustomField>
|
|