<?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: Product not exists - add manual values zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830300#M656940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more version, rather simple script additions, no loops, to make dimension selections mutually independent, so you can see more 0's &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 21:43:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-21T21:43:38Z</dc:date>
    <item>
      <title>Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830296#M656936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have table&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;[ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;month,rep,sales,product&lt;/P&gt;&lt;P&gt;Jan ,101,3000,p1&lt;/P&gt;&lt;P&gt;Jan,102,2340,p1&lt;/P&gt;&lt;P&gt;Jan,103,2450,p2&lt;/P&gt;&lt;P&gt;Jan,103,1200,p1&lt;/P&gt;&lt;P&gt;Jan,101,1211,p2&lt;/P&gt;&lt;P&gt;Jan,103,1111,p2&lt;/P&gt;&lt;P&gt;feb,102,5000,p1&lt;/P&gt;&lt;P&gt;feb,103,4000,p2&lt;/P&gt;&lt;P&gt;feb,102,2000,p3&lt;/P&gt;&lt;P&gt;feb,103,6543,p1&lt;/P&gt;&lt;P&gt;March,101,2310,p1&lt;/P&gt;&lt;P&gt;March,103,1200,p2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rep 101 does not sell anything on month of Feb.&lt;/P&gt;&lt;P&gt;I have a list of products&lt;/P&gt;&lt;P&gt;p1,p2,p3,p4,p5&lt;/P&gt;&lt;P&gt;I want to add the product p1,p2,p3,p4,p5 value 0 for feb for Rep 101 and&lt;/P&gt;&lt;P&gt;March rep 101 already has sold product p1 -but I want to add p2,p3,p4,p5 for sales 0 for March.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have millions of records. Looping will kill my performance&amp;nbsp; for comparing the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice is there any better way to handle this situations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 20:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830296#M656936</guid>
      <dc:creator />
      <dc:date>2015-05-21T20:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830297#M656937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We should verify&amp;nbsp; the performance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;month,rep,sales,product&lt;/P&gt;&lt;P&gt;Jan ,101,3000,p1&lt;/P&gt;&lt;P&gt;Jan,102,2340,p1&lt;/P&gt;&lt;P&gt;Jan,103,2450,p2&lt;/P&gt;&lt;P&gt;Jan,103,1200,p1&lt;/P&gt;&lt;P&gt;Jan,101,1211,p2&lt;/P&gt;&lt;P&gt;Jan,103,1111,p2&lt;/P&gt;&lt;P&gt;feb,102,5000,p1&lt;/P&gt;&lt;P&gt;feb,103,4000,p2&lt;/P&gt;&lt;P&gt;feb,102,2000,p3&lt;/P&gt;&lt;P&gt;feb,103,6543,p1&lt;/P&gt;&lt;P&gt;March,101,2310,p1&lt;/P&gt;&lt;P&gt;March,103,1200,p2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;// a table with all months, all products, all reps&lt;/P&gt;&lt;P&gt;t:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load Distinct month Resident tab;&lt;/P&gt;&lt;P&gt;join load Distinct rep&amp;nbsp;&amp;nbsp; Resident tab;&lt;/P&gt;&lt;P&gt;join load Distinct product Resident tab;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(tab)&lt;/P&gt;&lt;P&gt;load *, 0 as sales Resident t;&lt;/P&gt;&lt;P&gt;drop Table t;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 20:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830297#M656937</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-21T20:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830298#M656938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure you need all these 0's?&amp;nbsp; See how a pivot table may look like just with your sample data, zeroes are there:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87223_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830298#M656938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-21T21:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830299#M656939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work in a load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; AutoNumber( month &amp;amp; '|' &amp;amp; product &amp;amp; '|' &amp;amp; rep ) AS %Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;month,rep,sales,product&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Jan ,101,3000,p1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Jan,102,2340,p1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Jan,103,2450,p2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Jan,103,1200,p1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Jan,101,1211,p2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Jan,103,1111,p2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;feb,102,5000,p1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;feb,103,4000,p2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;feb,102,2000,p3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;feb,103,6543,p1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;March,101,2310,p1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;March,103,1200,p2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Products:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; product&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Months:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; month &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Reps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rep &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;nProds = NoOfRows('Products');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;nMonths = NoOfRows('Months');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;nReps = NoOfRows('Reps');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;WHERE Not( Exists( %Key )); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; AutoNumber(month &amp;amp; '|' &amp;amp; product &amp;amp; '|' &amp;amp; Peek(rep,IterNo()-1,'Reps')) AS %Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; product,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Peek(rep,IterNo()-1,'Reps') AS rep,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 0 AS sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;WHILE IterNo()&amp;lt;=$(nReps);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Peek(product,IterNo()-1,'Products') AS product&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;WHILE IterNo()&amp;lt;=$(nProds);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Peek(month,RecNo()-1,'Months') AS month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; $(nMonths);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;// IF NOT NEEDED DROP THE HELPER TABLES...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;DROP TABLES Products, Months, Reps;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830299#M656939</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-21T21:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830300#M656940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more version, rather simple script additions, no loops, to make dimension selections mutually independent, so you can see more 0's &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830300#M656940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-21T21:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830301#M656941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that's how it should be done &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830301#M656941</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-21T21:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Product not exists - add manual values zero</title>
      <link>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830302#M656942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 21:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Product-not-exists-add-manual-values-zero/m-p/830302#M656942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-21T21:51:21Z</dc:date>
    </item>
  </channel>
</rss>

