buli
2023-07-11 0c4796706fc9473d069b620321a54b20a119906c
force-app/main/default/reports/ConsumableSalesReport/WeeklyReportForAgency.report-meta.xml
New file
@@ -0,0 +1,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>