buli
2023-07-10 369826d327cba7a77e1b5f6b340acf161fc53eb9
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8" ?>
<Report xmlns="http://soap.sforce.com/2006/04/metadata">
    <columns>
        <field>Agency_Report__c.Report_Date__c</field>
    </columns>
    <columns>
        <field>Agency_Report__c.Department_Cateogy_text__c</field>
    </columns>
    <columns>
        <aggregateTypes>Sum</aggregateTypes>
        <field>Agency_Report__c.ConsumptionOfConsumables__c</field>
    </columns>
    <columns>
        <field>Agency_Report__c.ProductCcategory__c</field>
    </columns>
    <columns>
        <aggregateTypes>Sum</aggregateTypes>
        <field>Agency_Report__c.warlocksNumber__c</field>
    </columns>
    <currency>CNY</currency>
    <format>Summary</format>
    <groupingsDown>
        <dateGranularity>Day</dateGranularity>
        <field>Agency_Report__c.UseProduct1__c</field>
        <sortOrder>Asc</sortOrder>
    </groupingsDown>
    <name>经销商周报活动一览</name>
    <params>
        <name>co</name>
        <value>1</value>
    </params>
    <reportType
  >CustomEntityCustomEntity$Agency_Report_Header__c$Agency_Report__c</reportType>
    <scope>organization</scope>
    <showDetails>true</showDetails>
    <showGrandTotal>true</showGrandTotal>
    <showSubTotals>true</showSubTotals>
    <sortColumn>Agency_Report__c.Report_Date__c</sortColumn>
    <sortOrder>Desc</sortOrder>
    <timeFrameFilter>
        <dateColumn>Agency_Report_Header__c.Week__c</dateColumn>
        <interval>INTERVAL_LAST60</interval>
    </timeFrameFilter>
</Report>