<?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 What's wrong with my calendar (attached below)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374694#M1175584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is empty because your script is wrong :&lt;/P&gt;&lt;P&gt;This:&amp;nbsp;&amp;nbsp; (Date(Date#(Date,'YYYY/MM/DD'),'DD/MM/YYYY')) as %_DateKey,&amp;nbsp;&amp;nbsp; is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;DateTemp:&lt;/P&gt;&lt;P&gt;ADD LOAD Date#(Date,'YYYY/MM/DD') as Date&lt;/P&gt;&lt;P&gt;RESIDENT CPI&lt;/P&gt;&lt;P&gt;ORDER BY Date Asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMinDate = Peek('Date', 1, 'DateTemp');&amp;nbsp; //LET ... evaluates the expression on the right side of the ’=’ before it is assigned to the variable&lt;/P&gt;&lt;P&gt;LET vMaxDate = Peek('Date', -1, 'DateTemp');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vToday = Num(today()); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should get rit of your errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But your date format in your data is YYYY/MM/DD and in your calander is not so also try this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Date,'YYYY/MM/DD')&amp;nbsp; as %_DateKey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 12:28:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-30T12:28:34Z</dc:date>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374686#M1175576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's wrong with my calendar (attached below)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374686#M1175576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T11:24:23Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374687#M1175577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help to address your issue? I am very difficult to find your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374687#M1175577</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-05-30T11:29:39Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374688#M1175578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting the following script errors when I reload &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;&amp;lt;=&amp;gt;&lt;/P&gt;&lt;P&gt;TempCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; +IterNo()-1 AS Num,&lt;/P&gt;&lt;P&gt; Date(+IterNo()-1) AS TempDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE 1 WHILE (+IterNo()-1) &amp;lt;= &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;LEFT KEEP (CPI)&lt;/P&gt;&lt;P&gt;LOAD TempDate AS %_DateKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TempDate AS %_DateKeyCA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week(TempDate) AS Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(TempDate) AS Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(TempDate) AS Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; day(TempDate) AS Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; weekday(TempDate) AS WeekDay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; ceil(month(TempDate)/3) as Quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(monthstart(TempDate), 'MMM-YYYY') AS MonthYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week(TempDate)&amp;amp;'-'&amp;amp;Year(TempDate) AS WeekYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year2Date(TempDate, 0, 1, 41059)*-1 AS CurYTDFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year2Date(TempDate,-1, 1, 41059)*-1 AS LastYTDFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(month(TempDate)) as Period&lt;/P&gt;&lt;P&gt;RESIDENT TempCalendar&amp;nbsp; &lt;/P&gt;&lt;P&gt;ORDER BY TempDate Asc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;DROP TABLES statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374688#M1175578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T11:32:42Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374689#M1175579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+IterNo() ==&amp;gt; Should by omit + sign. Hence try to change from +IterNo() ==&amp;gt; IterNo()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374689#M1175579</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-05-30T11:38:55Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374690#M1175580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your variabel vMinDate and vMaxDate are empty.&lt;/P&gt;&lt;P&gt;That is because the Date field in your DateTemp table is not filled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374690#M1175580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T11:50:25Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374691#M1175581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you please explain further?&lt;/P&gt;&lt;P&gt;I don't understand exactly what you are saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateTemp:&lt;/P&gt;&lt;P&gt;LOAD (Date(Date#(&lt;STRONG&gt;Date&lt;/STRONG&gt;,'YYYY/MM/DD'),'DD/MM/YYYY')) as &lt;STRONG&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp; these date fields in bold are not filled?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RESIDENT CPI&lt;/P&gt;&lt;P&gt;ORDER BY Date Asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMinDate = Num(Peek('Date', 0, 'DateTemp'));&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vMaxDate = Num(Peek('Date', -1, 'DateTemp'));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vToday = Num(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does it mean or do you mean that they are not filled?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374691#M1175581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:03:24Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374692#M1175582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just Type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT SCRIPT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below the LET lines and reload your document. Then take a look at your DateTemp table.&lt;/P&gt;&lt;P&gt;You will see it is empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your min max variables are based on that table so they are also empty. That is why you get your error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374692#M1175582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:11:02Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374693#M1175583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is the DateTemp table empty?&lt;/P&gt;&lt;P&gt;Is there something I can do to make it not empty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why it's not working because i've used the exact same Calendar script in other models and they worked just fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see other model with same calendar script attached &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374693#M1175583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:19:03Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374694#M1175584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is empty because your script is wrong :&lt;/P&gt;&lt;P&gt;This:&amp;nbsp;&amp;nbsp; (Date(Date#(Date,'YYYY/MM/DD'),'DD/MM/YYYY')) as %_DateKey,&amp;nbsp;&amp;nbsp; is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;DateTemp:&lt;/P&gt;&lt;P&gt;ADD LOAD Date#(Date,'YYYY/MM/DD') as Date&lt;/P&gt;&lt;P&gt;RESIDENT CPI&lt;/P&gt;&lt;P&gt;ORDER BY Date Asc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMinDate = Peek('Date', 1, 'DateTemp');&amp;nbsp; //LET ... evaluates the expression on the right side of the ’=’ before it is assigned to the variable&lt;/P&gt;&lt;P&gt;LET vMaxDate = Peek('Date', -1, 'DateTemp');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LET vToday = Num(today()); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should get rit of your errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But your date format in your data is YYYY/MM/DD and in your calander is not so also try this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#(Date,'YYYY/MM/DD')&amp;nbsp; as %_DateKey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374694#M1175584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:28:34Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374695#M1175585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, still not working for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374695#M1175585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:35:36Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374696#M1175586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is not working? Still an error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374696#M1175586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:46:05Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374697#M1175587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's loading just fine now, but the fields that come into my model have no values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374697#M1175587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:54:21Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374698#M1175588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share so we can take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374698#M1175588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T12:58:35Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374699#M1175589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;updated model attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 13:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374699#M1175589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T13:02:21Z</dc:date>
    </item>
    <item>
      <title>What's wrong with my calendar (attached below)?</title>
      <link>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374700#M1175590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just take a closer look at your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPI:&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Date(Date#(Date,'YYYY/MM/DD'),'DD/MM/YYYY')) as %_DateKey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is not working&lt;BR /&gt;%_DateKey is empty&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And you are connecting your calender to that empty field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 13:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-s-wrong-with-my-calendar-attached-below/m-p/374700#M1175590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T13:31:29Z</dc:date>
    </item>
  </channel>
</rss>

