<?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 Counting distinct values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696278#M1073657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset containing a 'Reference No' field and within each reference no, there is an Item_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In qlikview I want to group together the item_no's for each reference no and then create an Item banding. I've tried the code below but get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Item_count=1,'a.1',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;1 and Item_count &amp;lt;=5,'b.2-5',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;5 and Item_count &amp;lt;=10, 'c.6-10',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;10 and Item_count &amp;lt;=50, 'd.11-50',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;50 and Item_count &amp;lt;=100, 'e.51-100',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;100 and Item_count &amp;lt;=250, 'f.101-250',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;250 and Item_count &amp;lt;=500, 'g.251-500',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;500,'h.501-high','unknown')))))))) as Item_band;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct(ITEM_NO)) as Item_count;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load,&lt;/P&gt;&lt;P&gt;Reference_No,&lt;/P&gt;&lt;P&gt;ITEM_NO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do this in the load script rather than in the from end as i want to use the Item_band as a dimension in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is probably a very quick way of doing this but not seeing it at the minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 11:18:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-01T11:18:09Z</dc:date>
    <item>
      <title>Counting distinct values</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696278#M1073657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset containing a 'Reference No' field and within each reference no, there is an Item_no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In qlikview I want to group together the item_no's for each reference no and then create an Item banding. I've tried the code below but get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Item_count=1,'a.1',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;1 and Item_count &amp;lt;=5,'b.2-5',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;5 and Item_count &amp;lt;=10, 'c.6-10',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;10 and Item_count &amp;lt;=50, 'd.11-50',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;50 and Item_count &amp;lt;=100, 'e.51-100',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;100 and Item_count &amp;lt;=250, 'f.101-250',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;250 and Item_count &amp;lt;=500, 'g.251-500',&lt;/P&gt;&lt;P&gt;if(Item_count&amp;gt;500,'h.501-high','unknown')))))))) as Item_band;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct(ITEM_NO)) as Item_count;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load,&lt;/P&gt;&lt;P&gt;Reference_No,&lt;/P&gt;&lt;P&gt;ITEM_NO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do this in the load script rather than in the from end as i want to use the Item_band as a dimension in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is probably a very quick way of doing this but not seeing it at the minute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 11:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696278#M1073657</guid>
      <dc:creator />
      <dc:date>2014-08-01T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Counting distinct values</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696279#M1073658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First derieve count as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DataPre:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Reference_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count(Distinct ITEM_NO) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Item_count&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Reference_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Item_count=1,'a.1',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;1 and Item_count &amp;lt;=5,'b.2-5',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;5 and Item_count &amp;lt;=10, 'c.6-10',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;10 and Item_count &amp;lt;=50, 'd.11-50',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;50 and Item_count &amp;lt;=100, 'e.51-100',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;100 and Item_count &amp;lt;=250, 'f.101-250',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;250 and Item_count &amp;lt;=500, 'g.251-500',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Item_count&amp;gt;500,'h.501-high','unknown')))))))) as Item_band;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;count(distinct(ITEM_NO)) as Item_count;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&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;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 12:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696279#M1073658</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-01T12:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Counting distinct values</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696280#M1073659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;// make test data&lt;/P&gt;&lt;P&gt;t:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; ITEM_NO, &lt;/P&gt;&lt;P&gt; Reference_No&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt; Rand() as Rand1,&lt;/P&gt;&lt;P&gt; IterNo() as Reference_No,&lt;/P&gt;&lt;P&gt; RecNo() as ITEM_NO&lt;/P&gt;&lt;P&gt;Autogenerate 100&lt;/P&gt;&lt;P&gt; While Rand()&amp;lt;=0.5 or IterNo()=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// band in script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t2:&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;If(Item_count=1,'a.1',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;1 and Item_count &amp;lt;=5,'b.2-5',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;5 and Item_count &amp;lt;=10, 'c.6-10',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;10 and Item_count &amp;lt;=50, 'd.11-50',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;50 and Item_count &amp;lt;=100, 'e.51-100',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;100 and Item_count &amp;lt;=250, 'f.101-250',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;250 and Item_count &amp;lt;=500, 'g.251-500',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Item_count&amp;gt;500,'h.501-high','unknown')))))))) as Item_band;&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;Reference_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(distinct(ITEM_NO)) as Item_count&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;group by Reference_No;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 12:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696280#M1073659</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-01T12:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Counting distinct values</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696281#M1073660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That has worked a treat!. Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 09:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696281#M1073660</guid>
      <dc:creator />
      <dc:date>2014-08-04T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Counting distinct values</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696282#M1073661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;although your question is already answered, maybe you find this solution helpful too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of some static nested if statements I created the Item_Bands out of a loaded field (here inline).&lt;/P&gt;&lt;P&gt;I guess you added the letter prefix to your Item_band names due to sorting purposes, so instead I used the dual function to apply numerical values to the Item_Band enabling them to be sorted numericaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63692" alt="QlikCommunity_Thread_127959_Pic1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63692_QlikCommunity_Thread_127959_Pic1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63693" alt="QlikCommunity_Thread_127959_Pic2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63693_QlikCommunity_Thread_127959_Pic2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63694" alt="QlikCommunity_Thread_127959_Pic3.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63694_QlikCommunity_Thread_127959_Pic3.png" style="width: 620px; height: 263px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="63695" alt="QlikCommunity_Thread_127959_Pic4.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63695_QlikCommunity_Thread_127959_Pic4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14073561016996522" jivemacro_uid="_14073561016996522"&gt;
&lt;P&gt;tabData:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ceil(log(IterNo()))+1 as Reference_No,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Ceil(Rand()*1000) as ITEM_NO&lt;/P&gt;
&lt;P&gt;AutoGenerate 1&lt;/P&gt;
&lt;P&gt;While IterNo() &amp;lt;= 2000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabSums:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Reference_No,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Count(DISTINCT ITEM_NO) as Item_count&lt;/P&gt;
&lt;P&gt;Resident tabData&lt;/P&gt;
&lt;P&gt;Group By Reference_No;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabClass:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumberHash128(RangeMin, RangeMax) as %ItemBandID;&lt;/P&gt;
&lt;P&gt;LOAD RangeMin+1 as RangeMin,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alt(Peek(RangeMin)-1, Dual('high', 100000000000000)) as RangeMax&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;RangeMin&amp;nbsp; &lt;/P&gt;
&lt;P&gt;500&lt;/P&gt;
&lt;P&gt;250&lt;/P&gt;
&lt;P&gt;100&lt;/P&gt;
&lt;P&gt;50&lt;/P&gt;
&lt;P&gt;10&lt;/P&gt;
&lt;P&gt;5&lt;/P&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;P&gt;-1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabIntMat:&lt;/P&gt;
&lt;P&gt;IntervalMatch (Item_count)&lt;/P&gt;
&lt;P&gt;LOAD RangeMin, RangeMax&lt;/P&gt;
&lt;P&gt;Resident tabClass;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (tabSums)&lt;/P&gt;
&lt;P&gt;LOAD Item_count,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(RangeMin&amp;amp;'-'&amp;amp;RangeMax, RangeMax) as Item_band,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumberHash128(RangeMin, RangeMax) as %ItemBandID&lt;/P&gt;
&lt;P&gt;Resident tabIntMat;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabIntMat;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 23:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-distinct-values/m-p/696282#M1073661</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-04T23:51:44Z</dc:date>
    </item>
  </channel>
</rss>

