<?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: increment field on dimension changes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880989#M657777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Maybe like this:&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, if(Previous(Employee&amp;amp;'|'&amp;amp;Event) = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Employee&amp;amp;'|'&amp;amp;Event&lt;/SPAN&gt;,peek(EventGroup),1+&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;peek(EventGroup)&lt;/SPAN&gt;) as EventGroup Inline [&lt;BR /&gt;Date, Employee, Event&lt;BR /&gt;01/01/2015, Pierre, A&lt;BR /&gt;02/01/2015, Pierre, A&lt;BR /&gt;03/01/2015, Pierre, B&lt;BR /&gt;04/01/2015, Pierre, C&lt;BR /&gt;05/01/2015, Pierre, C&lt;BR /&gt;06/01/2015, Pierre, A&lt;BR /&gt;01/01/2015, Rachid, A&lt;BR /&gt;02/01/2015, Rachid, D&lt;BR /&gt;03/01/2015, Rachid, D&lt;BR /&gt;04/01/2015, Rachid, D&lt;BR /&gt;05/01/2015, Rachid, E&lt;BR /&gt;06/01/2015, Rachid, E ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 13:56:02 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-05-18T13:56:02Z</dc:date>
    <item>
      <title>increment field on dimension changes</title>
      <link>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880988#M657776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Table1:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD * Inline [&lt;BR /&gt;Date, Employee, Event&lt;BR /&gt;01/01/2015, Pierre, A&lt;BR /&gt;02/01/2015, Pierre, A&lt;BR /&gt;03/01/2015, Pierre, B&lt;BR /&gt;04/01/2015, Pierre, C&lt;BR /&gt;05/01/2015, Pierre, C&lt;BR /&gt;06/01/2015, Pierre, A&lt;BR /&gt;01/01/2015, Rachid, A&lt;BR /&gt;02/01/2015, Rachid, D&lt;BR /&gt;03/01/2015, Rachid, D&lt;BR /&gt;04/01/2015, Rachid, D&lt;BR /&gt;05/01/2015, Rachid, E&lt;BR /&gt;06/01/2015, Rachid, E ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this script, what is the best way to create an 'EventGroup' field. 'EventGroup' must change (increment) if 'Event' or 'Employee' has changed. Table1 is sorted by Date, Employee, Event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final table should look like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 317px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="80"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="80"&gt; Employee&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="80"&gt; Event&lt;/TD&gt;&lt;TD class="xl63" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="77"&gt;EventGroup&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;01/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Pierre&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;02/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Pierre&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;03/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Pierre&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;04/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Pierre&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;05/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Pierre&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;06/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Pierre&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;01/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Rachid&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;02/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Rachid&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; D&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;03/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Rachid&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; D&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;04/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Rachid&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; D&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;05/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Rachid&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; E&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="20" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;06/01/2015&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; Rachid&lt;/TD&gt;&lt;TD class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt; E&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top-color: currentColor; border-left-color: currentColor; border-top-width: medium; border-left-width: medium; border-top-style: none; border-left-style: none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Xavier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880988#M657776</guid>
      <dc:creator />
      <dc:date>2015-05-18T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: increment field on dimension changes</title>
      <link>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880989#M657777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding-top: 0px; padding-right: 0px; padding-bottom: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Maybe like this:&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *, if(Previous(Employee&amp;amp;'|'&amp;amp;Event) = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Employee&amp;amp;'|'&amp;amp;Event&lt;/SPAN&gt;,peek(EventGroup),1+&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;peek(EventGroup)&lt;/SPAN&gt;) as EventGroup Inline [&lt;BR /&gt;Date, Employee, Event&lt;BR /&gt;01/01/2015, Pierre, A&lt;BR /&gt;02/01/2015, Pierre, A&lt;BR /&gt;03/01/2015, Pierre, B&lt;BR /&gt;04/01/2015, Pierre, C&lt;BR /&gt;05/01/2015, Pierre, C&lt;BR /&gt;06/01/2015, Pierre, A&lt;BR /&gt;01/01/2015, Rachid, A&lt;BR /&gt;02/01/2015, Rachid, D&lt;BR /&gt;03/01/2015, Rachid, D&lt;BR /&gt;04/01/2015, Rachid, D&lt;BR /&gt;05/01/2015, Rachid, E&lt;BR /&gt;06/01/2015, Rachid, E ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880989#M657777</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T13:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: increment field on dimension changes</title>
      <link>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880990#M657778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert, you save me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Nota bene : I had to initialize the first value of 'EventGroup' with the isnull() function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD *, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Previous(Employee&amp;amp;'|'&amp;amp;Event) = Employee&amp;amp;'|'&amp;amp;Event,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; peek(EventGroup),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(isnull(peek(EventGroup)),1,1+peek(EventGroup))) as EventGroup &lt;BR /&gt;Inline [ &lt;BR /&gt;Date, Employee, Event&lt;BR /&gt;01/01/2015, Pierre, A&lt;BR /&gt;02/01/2015, Pierre, A&lt;BR /&gt;03/01/2015, Pierre, B&lt;BR /&gt;04/01/2015, Pierre, C&lt;BR /&gt;05/01/2015, Pierre, C&lt;BR /&gt;06/01/2015, Pierre, A&lt;BR /&gt;01/01/2015, Rachid, A&lt;BR /&gt;02/01/2015, Rachid, D&lt;BR /&gt;03/01/2015, Rachid, D&lt;BR /&gt;04/01/2015, Rachid, D&lt;BR /&gt;05/01/2015, Rachid, E&lt;BR /&gt;06/01/2015, Rachid, E ];&lt;/P&gt;&lt;P&gt;exit Script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 14:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880990#M657778</guid>
      <dc:creator />
      <dc:date>2015-05-18T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: increment field on dimension changes</title>
      <link>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880991#M657779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes, good point. That's why I usually use rangesum(1,peek(EventGroup)) instead of 1+peek(EventGroup). Rangesum doesn't get upset by null values. It simply sums everything that's a number and ignores nulls and text values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 14:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880991#M657779</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: increment field on dimension changes</title>
      <link>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880992#M657780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The RangeSum solution seems to be smarter, I will try something like this : &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rangesum(StartOfGroup,peek(EventGroup)) ; with StartOfGroup worth 0 or 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 18:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/increment-field-on-dimension-changes/m-p/880992#M657780</guid>
      <dc:creator />
      <dc:date>2015-05-18T18:07:26Z</dc:date>
    </item>
  </channel>
</rss>

