<?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: modelling data with several date dim in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168376#M380140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say yes, join them into one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cover both the first and second question:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;PassingDate={"&amp;gt;=[Starting Date]&amp;lt;=[Ending Date]"}&amp;gt;}distinct studentID)/count({&amp;lt;EnrollDate={"&amp;gt;=[Starting Date]&amp;lt;=[Ending Date]"}&amp;gt;}distinct studentID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just replace the start date and end date with whatever figure you are after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cover the all time question:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;PassingDate={"*"}&amp;gt;} distinct studentID)/count(distinct studentID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this one you can remove the 'distinct' if you want to included students that have enrolled twice (#2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 01:35:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-22T01:35:36Z</dc:date>
    <item>
      <title>modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168374#M380138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to figure out how to build this app&lt;/P&gt;&lt;P&gt;I've 2 sets of data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OnlineCourseEnrollment&lt;/P&gt;&lt;P&gt;studentID, EnrollDate&lt;/P&gt;&lt;P&gt;1,'2016-01-01'&lt;/P&gt;&lt;P&gt;2,'2016-01-01'&lt;/P&gt;&lt;P&gt;3,'2016-01-01'&lt;/P&gt;&lt;P&gt;2,'2016-02-01'&lt;/P&gt;&lt;P&gt;4,'2016-02-01'&lt;/P&gt;&lt;P&gt;5,'2016-02-01'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Certification&lt;/P&gt;&lt;P&gt;studentID, PassingDate&lt;/P&gt;&lt;P&gt;1,'2016-01-29'&lt;/P&gt;&lt;P&gt;3,'2016-02-25'&lt;/P&gt;&lt;P&gt;2,'2016-02-25'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I use two different date dim one for PassingDate and one for Enroll?&amp;nbsp; What is the expression to use?&lt;/P&gt;&lt;P&gt;The questions are liked, given a date range, what is the % of student passing.&amp;nbsp; For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many percentage pass based on Jan, 2016 Enroll&lt;/P&gt;&lt;P&gt;(student 1,3)/(student 1, 2, 3)&lt;/P&gt;&lt;P&gt;=2/3 &amp;lt;- what would be the expression to use to determine this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many percentage pass for all time&lt;/P&gt;&lt;P&gt;(student 1, 2, 3)/(student 1, 2, 3, 4, 5)&lt;/P&gt;&lt;P&gt;=3/5&lt;SPAN style="font-size: 13.3333px;"&gt; &amp;lt;- what would be the expression to use to determine this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many percentage pass based on Feb Enroll&lt;/P&gt;&lt;P&gt;(student 2)/(student 2, 4, 5)&lt;/P&gt;&lt;P&gt;=1/3&lt;SPAN style="font-size: 13.3333px;"&gt; &amp;lt;- what would be the expression to use to determine this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Should I combine them into one single table?&amp;nbsp; liked&lt;/P&gt;&lt;P&gt;studentID, EnrollDate, PassingDate&lt;/P&gt;&lt;P&gt;1,'2016-01-01', '2016-01-29'&lt;/P&gt;&lt;P&gt;2,'2016-01-01',&lt;/P&gt;&lt;P&gt;3,'2016-01-01', '2016-02-25'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2,'2016-02-01', '2016-02-25'&lt;/P&gt;&lt;P&gt;4,'2016-02-01'&lt;/P&gt;&lt;P&gt;5,'2016-02-01'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 23:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168374#M380138</guid>
      <dc:creator />
      <dc:date>2016-06-21T23:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168375#M380139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is Jan 2016 2/3? 3 is graduating in Feb, no?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 01:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168375#M380139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-22T01:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168376#M380140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say yes, join them into one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cover both the first and second question:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;PassingDate={"&amp;gt;=[Starting Date]&amp;lt;=[Ending Date]"}&amp;gt;}distinct studentID)/count({&amp;lt;EnrollDate={"&amp;gt;=[Starting Date]&amp;lt;=[Ending Date]"}&amp;gt;}distinct studentID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just replace the start date and end date with whatever figure you are after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will cover the all time question:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;PassingDate={"*"}&amp;gt;} distinct studentID)/count(distinct studentID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this one you can remove the 'distinct' if you want to included students that have enrolled twice (#2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 01:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168376#M380140</guid>
      <dc:creator />
      <dc:date>2016-06-22T01:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168377#M380141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;students enrolled in Jan are students 1, 2, 3.&lt;/P&gt;&lt;P&gt;OnlineCourseEnrollment&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;studentID, EnrollDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,'2016-01-01'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,'2016-01-01'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,'2016-01-01'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Certied ones&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Certification&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;studentID, PassingDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,'2016-01-29'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,'2016-02-25'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,'2016-02-25'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so, Jan Enroll actually has 100% Cert.&amp;nbsp; Of those, 2/3 did it in first try.&amp;nbsp; 1/3 had to do it in second.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Back to the original question, how to model this in Qlik?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 03:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168377#M380141</guid>
      <dc:creator />
      <dc:date>2016-06-22T03:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168378#M380142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this how it would be loaded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;studentID, EnrollDate, PassingDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,'2016-01-01', '2016-01-29'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,'2016-01-01',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,'2016-01-01', '2016-02-25'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,'2016-02-01', '2016-02-25'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4,'2016-02-01'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5,'2016-02-01'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the expression =Count ({&amp;lt;PassingDate={"*"}&amp;gt;} DISTINCT StudentID)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is returning 5, while there are only 2 unique PassingDate and 3 people having PassingDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 05:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168378#M380142</guid>
      <dc:creator />
      <dc:date>2016-06-22T05:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168379#M380143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide some more sample data.&lt;/P&gt;&lt;P&gt;or else merge both tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 05:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168379#M380143</guid>
      <dc:creator />
      <dc:date>2016-06-22T05:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168380#M380144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this it will give student id whose passing and certification month is same.&lt;/P&gt;&lt;P&gt;IF(MONTH(ENROL_DATE)=MONTH([CERTIFICATION DATE]),Count(Student_id))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 06:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168380#M380144</guid>
      <dc:creator />
      <dc:date>2016-06-22T06:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168381#M380145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ben,&lt;/P&gt;&lt;P&gt;You have 2 options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use a canonical calendar.&lt;/LI&gt;&lt;LI&gt;Create only one fact table with one date only and one field to know if your record is Enroll or Cert&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 07:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168381#M380145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T07:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168382#M380146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your data is already associated using studentID, the complexity lies in calculating measures keeping in mind multiple enrollment from the same student, I tried to create a &lt;SPAN style="font-size: 13.3333px;"&gt;sample, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;see if it can be of any help - &lt;/SPAN&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128845_Capture.JPG" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 12:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168382#M380146</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-22T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168383#M380147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using NullAsValue *; in your load script?&amp;nbsp; If so, the "*" will read the null value as an empty string and include it in the returned value.&amp;nbsp; If you have NullAsValue in your script remove it if you do not really need it.&amp;nbsp; Otherwise you could use "&amp;gt;1" in place of the "*"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 00:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168383#M380147</guid>
      <dc:creator />
      <dc:date>2016-06-23T00:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: modelling data with several date dim</title>
      <link>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168384#M380148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also realised that my original script was showing all the people who started in Jan and then graduated in Jan.&amp;nbsp; Instead it seems that you want to know if they started, do they have a graduation date.&amp;nbsp; Modify the formulas slightly to get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;PassingDate={"*"},EnrollDate={"&amp;gt;=[Starting Date]&amp;lt;=[Ending Date]"}&lt;/SPAN&gt;&amp;gt;}distinct studentID)/count({&amp;lt;EnrollDate={"&amp;gt;=[Starting Date]&amp;lt;=[Ending Date]"}&amp;gt;}distinct studentID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;by changing the PassingDate to * and including the Enroll dates in the first set expression, it is saying count all those IDs that have a starting date in, say, Jan AND who have a PassingDate too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included a mock model to show you what each does.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 00:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/modelling-data-with-several-date-dim/m-p/1168384#M380148</guid>
      <dc:creator />
      <dc:date>2016-06-23T00:31:15Z</dc:date>
    </item>
  </channel>
</rss>

