<?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: Count Expression in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158629#M893202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was close component also, right? Where does that come into picture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 15:53:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-09T15:53:19Z</dc:date>
    <item>
      <title>Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158618#M893191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help creating a COUNT expression with the attached data set.&lt;/P&gt;&lt;P&gt;Dimension: StartDate_YYYYMM&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;AssignDate IS NOT NULL&lt;/P&gt;&lt;P&gt;Status = Open OR Status&amp;nbsp; = Closed when Enddate_YYYYMM = StartDate_YYYYMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;201608 = 50,213&lt;/P&gt;&lt;P&gt;201607 = 52,543&lt;/P&gt;&lt;P&gt;201606 = 45,026&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158618#M893191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158619#M893192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(if(isnull(AssignDate)=0 and (Status='Open' or Status='Closed') and STARTDATE_YYYYMM=ENDDATE_YYYYMM,ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 13:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158619#M893192</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-08-09T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158620#M893193</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;Hopefully this gives you the required answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 13:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158620#M893193</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-09T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158621#M893194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i sugest create a flag on scrip and use on set analisys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flag script:&lt;/P&gt;&lt;P&gt;if(len(trim(AssignDate))&amp;gt;0 and ENDDATE_YYYYMM =STARTDATE_YYYYMM,1) as flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt; Status={"Open","Closed"},flag={1}&amp;gt;} STARTDATE_YYYYMM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 13:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158621#M893194</guid>
      <dc:creator />
      <dc:date>2016-08-09T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158622#M893195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does not properly account for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status = Open OR Status&amp;nbsp; = Closed when Enddate_YYYYMM = StartDate_YYYYMM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 13:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158622#M893195</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-09T13:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158623#M893196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that adding a flag is a good idea but your solution does not correctly account for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status = Open OR Status&amp;nbsp; = Closed when Enddate_YYYYMM = StartDate_YYYYMM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flag should be &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;if(len(trim(AssignDate))&amp;gt;0 and ((ENDDATE_YYYYMM =STARTDATE_YYYYMM and status='Closed') OR (Status='Open')),1) as flag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 13:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158623#M893196</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-09T13:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158624#M893197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;for &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Status = Open OR Status&amp;nbsp; = Closed &lt;/SPAN&gt;set analisys make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think dependes of volum of data for not onarate the scrip a big if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158624#M893197</guid>
      <dc:creator />
      <dc:date>2016-08-09T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158625#M893198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I also need an accumulation of the numbers. Is that possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158625#M893198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158626#M893199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ramgesum(above(your_expression),0,rowno())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158626#M893199</guid>
      <dc:creator />
      <dc:date>2016-08-09T14:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158627#M893200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting a slightly higher number, but seems to be close, can you check if there are more conditions or if your Excel count was not right?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134078_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=RangeSum(Above(Count({&amp;lt;AssignDate={'*'}, Status={'Open'}&amp;gt; + &amp;lt;AssignDate = {'*'}, Status={'Closed'}, ID = {"=ENDDATE_YYYYMM = STARTDATE_YYYYMM"}&amp;gt;} ID), 0, RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Used the sample prepared by &lt;A href="https://community.qlik.com/people/adamdavi3s"&gt;adamdavi3s&lt;/A&gt;‌ (Thanks)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158627#M893200</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T14:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158628#M893201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Enddate_YYYYMM = the dimension StartDate_YYYYMM&lt;/P&gt;&lt;P&gt;201608 = AssignDate Is Not Null.&amp;nbsp; Status = OPEN + Status = Closed and ENDDATE_YYYYMM = 201608&lt;/P&gt;&lt;P&gt;201607 =&amp;nbsp; AssignDate Is Not Null.&amp;nbsp; Status = OPEN + Status = Closed and ENDDATE_YYYYMM = 201607&lt;/P&gt;&lt;P&gt;201607 =&amp;nbsp; AssignDate Is Not Null.&amp;nbsp; Status = OPEN + Status = Closed and ENDDATE_YYYYMM = 201606&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;201608 = 50,213&lt;/P&gt;&lt;P&gt;201607 = 52,543&lt;/P&gt;&lt;P&gt;201606 = 45,026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is counting an accumulation of customers that were active at some point during the dimension month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158628#M893201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T15:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158629#M893202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was close component also, right? Where does that come into picture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158629#M893202</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T15:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158630#M893203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, yes. I have updated my reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 16:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158630#M893203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158631#M893204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So basically there are two conditions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Count ID where AssignDate is Not Null and Status = OPEN&lt;/P&gt;&lt;P&gt;2) Count ID where AssignDate is Not Null and Status = CLOSED and Enddate_YYYYMM = StartDate_YYYYMM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158631#M893204</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158632#M893205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but when I say StartDate = EndDate. I mean for that month.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Enddate_YYYYMM = the dimension StartDate_YYYYMM&lt;/P&gt;&lt;P&gt;201608 = AssignDate Is Not Null.&amp;nbsp; Status = OPEN + Status = Closed and ENDDATE_YYYYMM = 201608&lt;/P&gt;&lt;P&gt;201607 =&amp;nbsp; AssignDate Is Not Null.&amp;nbsp; Status = OPEN + Status = Closed and ENDDATE_YYYYMM = 201607&lt;/P&gt;&lt;P&gt;201607 =&amp;nbsp; AssignDate Is Not Null.&amp;nbsp; Status = OPEN + Status = Closed and ENDDATE_YYYYMM = 201606&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158632#M893205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T18:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158633#M893206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And which of the two conditions getting accumulated? Both or one of the two?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158633#M893206</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T18:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158634#M893207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right. Accumulate Condition one: Count ID where AssignDate is Not Null and Status = OPEN.&lt;/P&gt;&lt;P&gt;Condition two is not accumulated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158634#M893207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T19:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158635#M893208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have gotten closer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, but still not there. Would you be able to show in Excel how you reached those numbers for 201608?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134110_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158635#M893208</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T19:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158636#M893209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting 49135 for the cumulative open condition and 23 for the non-cumulative closed condition from the Excel file. Which matches with the output for 201608. How are you getting 50,213?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158636#M893209</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-09T19:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count Expression in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158637#M893210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I'm probably making this more diffcult the need be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;49,135 for condition one is correct.&lt;/P&gt;&lt;P&gt;However, I get an additional 1,078 when I filter on AssignDate is still blank/null. Status = Closed and EndDate = 201608 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 201607 I get 52,543&lt;/P&gt;&lt;P&gt;Condition 1: 48,315&lt;/P&gt;&lt;P&gt;Condition 2: 4,227&amp;nbsp;&amp;nbsp; Enddate = 201607, Status = Closed,AssignDate is not blank/null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Expression-in-Chart/m-p/1158637#M893210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T19:34:06Z</dc:date>
    </item>
  </channel>
</rss>

