<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add total sales and categorize via dql in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Add-total-sales-and-categorize-via-dql/m-p/225043#M283</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64547"&gt;@WellPP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you are looking for this query&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch bizevents
| filter event.type == "com.easytravel.funnel.booking-finished"
| fields amount, geo.country.name
| summarize total = sum(amount), by:{geo.country.name} &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
    <pubDate>Wed, 11 Oct 2023 07:33:03 GMT</pubDate>
    <dc:creator>sinisa_zubic</dc:creator>
    <dc:date>2023-10-11T07:33:03Z</dc:date>
    <item>
      <title>Add total sales and categorize via dql</title>
      <link>https://community.dynatrace.com/t5/DQL/Add-total-sales-and-categorize-via-dql/m-p/225020#M282</link>
      <description>&lt;P&gt;How can I add up the total amount received and categorize by country?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WellPP_0-1696970957591.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/14527iECC3EBC74718713C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WellPP_0-1696970957591.png" alt="WellPP_0-1696970957591.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:49:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Add-total-sales-and-categorize-via-dql/m-p/225020#M282</guid>
      <dc:creator>WellPP</dc:creator>
      <dc:date>2023-10-10T20:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add total sales and categorize via dql</title>
      <link>https://community.dynatrace.com/t5/DQL/Add-total-sales-and-categorize-via-dql/m-p/225043#M283</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64547"&gt;@WellPP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you are looking for this query&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch bizevents
| filter event.type == "com.easytravel.funnel.booking-finished"
| fields amount, geo.country.name
| summarize total = sum(amount), by:{geo.country.name} &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;Sini&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 07:33:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Add-total-sales-and-categorize-via-dql/m-p/225043#M283</guid>
      <dc:creator>sinisa_zubic</dc:creator>
      <dc:date>2023-10-11T07:33:03Z</dc:date>
    </item>
  </channel>
</rss>

