<?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: exclude current month in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945828#M47149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({$&amp;lt; Order_Date ={"&amp;lt;$(=monthstart(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Order_Date &lt;/SPAN&gt;)))"} &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2015 10:46:07 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-10-09T10:46:07Z</dc:date>
    <item>
      <title>exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945825#M47146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a kpi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt; Order_Date -={$(Month(getdate()))}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to exclude this months 'October 2015'&amp;nbsp; (When this post was written)&amp;nbsp; orders for customers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where am I going wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 10:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945825#M47146</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-09T10:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945826#M47147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &amp;lt;MonthStart(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of -=Month(getdate())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 10:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945826#M47147</guid>
      <dc:creator />
      <dc:date>2015-10-09T10:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945827#M47148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't compare date field with month value. Rather, create a month field in the script (if already not there) and try expression like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Oredr_Date) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt; &lt;STRONG&gt;Month&lt;/STRONG&gt; -={$(=Month(&lt;STRONG&gt;today&lt;/STRONG&gt;()))}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 10:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945827#M47148</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-09T10:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945828#M47149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({$&amp;lt; Order_Date ={"&amp;lt;$(=monthstart(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Order_Date &lt;/SPAN&gt;)))"} &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 10:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945828#M47149</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-10-09T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945829#M47150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brill thanks Tresesco&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and team too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 10:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945829#M47150</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-09T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945830#M47151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have got additional issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt; &lt;STRONG&gt;Month&lt;/STRONG&gt; -={$(=Month(&lt;STRONG&gt;today&lt;/STRONG&gt;()))}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;how can this be altered &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to show for previous months?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;so plot total against each month of the year? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;please help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 12:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945830#M47151</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-09T12:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945831#M47152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Dimension: Month&lt;/P&gt;&lt;P&gt;Exp: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Order_Date &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;={'$(&amp;gt;=YearStart(Today())&amp;lt;=MonthEnd(Today(),&lt;STRONG&gt;-1&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)'}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 12:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945831#M47152</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-09T12:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945832#M47153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no joy with the above, any more ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just get -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945832#M47153</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-09T13:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945833#M47154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({$&amp;lt; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Order_Date &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'$(&amp;gt;=YearStart(Today())&amp;lt;=AddMonths(MonthEnd(Today()),&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;-1)&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)'}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;think i've got all the brackets in the right places!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 13:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945833#M47154</guid>
      <dc:creator />
      <dc:date>2015-10-09T13:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945834#M47155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think its an issue with my master calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need to re-arrange this please some how&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have come close with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt; [Order_Date.Calendar.Month] ={$(=Month(today()))}&amp;nbsp; &amp;gt;}Customer_ID)&amp;nbsp;&amp;nbsp; e.g I get 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the logic would say count({$&amp;lt; [Order_Date.Calendar.Month] -={$(=Month(today()))}&amp;nbsp; &amp;gt;}Customer_ID) but I get 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 14:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945834#M47155</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-09T14:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945835#M47156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({$&amp;lt; [Order_Date.Calendar.Month] ={$(=Month(AddMonths(today(),-1)))}&amp;nbsp; &amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddMonths(today(),-1) will give you last month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;caution though - the Month function will take out the Year portion - so if you have more than a years worth of data, it will look at multiple Septembers....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945835#M47156</guid>
      <dc:creator />
      <dc:date>2015-10-09T15:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945836#M47157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this still returns the value of 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try this, but it does not seem to minus order dates for this month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt; Order_Date -= {$(=Month(today()))}&amp;gt;}Customer_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what can be wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 13:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945836#M47157</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-12T13:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945837#M47158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;does:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COUNT({$&amp;lt; Order_Date &amp;lt;= {$(=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AddMonths(MonthEnd(today()),-1)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;)}&amp;gt;}Customer_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;work?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 15:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945837#M47158</guid>
      <dc:creator />
      <dc:date>2015-10-12T15:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: exclude current month</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945838#M47159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Brill, thanks again, it worked x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 13:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/exclude-current-month/m-p/945838#M47159</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-10-13T13:11:37Z</dc:date>
    </item>
  </channel>
</rss>

