<?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: How to find Best &amp; Worst Customer By Sale ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914455#M652133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very good.&lt;/P&gt;&lt;P&gt;In Spanish language : muy Perfecto.&lt;/P&gt;&lt;P&gt;But I want to into a variable&lt;/P&gt;&lt;P&gt;Let Variable&lt;/P&gt;&lt;P&gt;Let X=...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 18:09:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-24T18:09:16Z</dc:date>
    <item>
      <title>How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914450#M652128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Deras.&lt;/P&gt;&lt;P&gt;i want Find Best &amp;amp; Worst Customer By Sale.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="100.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93927_100.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want Group by Per Customer And Calculate Sum (Total)&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;SumSale:&lt;/P&gt;&lt;P&gt;Load customer,Sum(Saleamount) as SumSaleAmount&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident Sale&lt;/P&gt;&lt;P&gt;&amp;nbsp; Group By customer ;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="101.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/93928_101.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can not find my first record and last record with customer. (Find Best And Worst)&lt;/P&gt;&lt;P&gt;i want Show This Sample&amp;nbsp; by Text Object:&lt;/P&gt;&lt;P&gt;D=&amp;gt;Best&amp;nbsp;&amp;nbsp; =&amp;gt;720&lt;/P&gt;&lt;P&gt;A=&amp;gt;Worst =&amp;gt;220&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 16:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914450#M652128</guid>
      <dc:creator />
      <dc:date>2015-07-24T16:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914451#M652129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two expressions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue(customer, -Aggr(Only(SumSaleAmount), customer)) &amp;amp; ' =&amp;gt; Best =&amp;gt;' &amp;amp; Max(SumSaleAmount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=FirstSortedValue(customer, Aggr(Only(SumSaleAmount), customer)) &amp;amp; ' =&amp;gt; Best =&amp;gt;' &amp;amp; Min(SumSaleAmount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93931_Capture.PNG" style="height: 310px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching the qvw for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 16:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914451#M652129</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T16:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914452#M652130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is to not create the sum in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sale:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD customer, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_173963.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is sales);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expressions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(customer, -Aggr(Sum(amount), customer)) &amp;amp; ' =&amp;gt; Best =&amp;gt;' &amp;amp; Max(Aggr(Sum(amount), customer))&lt;/P&gt;&lt;P&gt;=FirstSortedValue(customer, Aggr(Sum(amount), customer)) &amp;amp; ' =&amp;gt; Best =&amp;gt;' &amp;amp; Min(Aggr(Sum(amount), customer))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output stays the same as above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914452#M652130</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T17:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914453#M652131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a lot sunny&lt;/P&gt;&lt;P&gt;This Perfect.&lt;/P&gt;&lt;P&gt;But I want Define Variable In Load Script And Calculate In Load Script.&lt;/P&gt;&lt;P&gt;Can he wrote the same code.&lt;/P&gt;&lt;P&gt;how?&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914453#M652131</guid>
      <dc:creator />
      <dc:date>2015-07-24T17:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914454#M652132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sale:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD customer, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_173963.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is sales);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum(amount) as SumSaleAmount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By customer;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Max(SumSaleAmount) as SumSaleAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Best' as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (Temp)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Min(SumSaleAmount) as SumSaleAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Worst' as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93942_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking for this? Or are you looking for the exact definition of the variable getting created in the script???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 17:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914454#M652132</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T17:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914455#M652133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very good.&lt;/P&gt;&lt;P&gt;In Spanish language : muy Perfecto.&lt;/P&gt;&lt;P&gt;But I want to into a variable&lt;/P&gt;&lt;P&gt;Let Variable&lt;/P&gt;&lt;P&gt;Let X=...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 18:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914455#M652133</guid>
      <dc:creator />
      <dc:date>2015-07-24T18:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914456#M652134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sale:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_173963.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is sales);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Sale)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD customer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum(amount) as SumSaleAmount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By customer;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Max(SumSaleAmount) as MaxSumSaleAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Best' as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Temp1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SumSaleAmount as MaxSumSaleAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; customer as MaxCus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LET vBest = Peek('MaxCus') &amp;amp; '=&amp;gt; Best =&amp;gt;' &amp;amp; Peek('MaxSumSaleAmount');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Min(SumSaleAmount) as MinSumSaleAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Worst' as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Temp2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD SumSaleAmount as MinSumSaleAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; customer as MinCus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Sale;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LET vWorst = Peek('MinCus') &amp;amp; '=&amp;gt; Best =&amp;gt;' &amp;amp; Peek('MinSumSaleAmount');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Tables Temp1, Temp2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93945_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 18:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914456#M652134</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T18:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914457#M652135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very fantastic&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 18:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914457#M652135</guid>
      <dc:creator />
      <dc:date>2015-07-24T18:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find Best &amp; Worst Customer By Sale ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914458#M652136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 18:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-Best-Worst-Customer-By-Sale/m-p/914458#M652136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-24T18:28:50Z</dc:date>
    </item>
  </channel>
</rss>

