<?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: Syntax for set analysis with dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008698#M961167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks for the info &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 15:13:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-19T15:13:02Z</dc:date>
    <item>
      <title>Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008691#M961157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Good afternoon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;In a chart, I use expression &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(KeyDate)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;where I let the user enter the KeyDate (say 2015.12) via an InputBox. So far, so good. Now how can I build expressions for the previous years i.e. 2014.12, 2013.12, etc? Somehow I don´t get the syntax right...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008691#M961157</guid>
      <dc:creator />
      <dc:date>2015-10-19T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008692#M961159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;=Count({&amp;lt;JJJJ.MM={"$(=AddYears($(KeyDate), -1))"}&amp;gt;}DISTINCT (EmployeeNr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008692#M961159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-19T14:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008693#M961161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if JJJJ.MM is your fieldname for year and month you may use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=date(addmonths(KeyDate),-12)&lt;SPAN style="color: #800000;"&gt;,'JJJJ.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;if (KeyDate) is in a stringformat, you Need to tranform it to a dateformat before&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=date(addmonths(date#(KeyDate),'JJJJ.MM'),-12)&lt;SPAN style="color: #800000;"&gt;,'JJJJ.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008693#M961161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T14:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008694#M961163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, Qlik doesn´t recognize this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008694#M961163</guid>
      <dc:creator />
      <dc:date>2015-10-19T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008695#M961164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use addyears instead of addmonths&lt;/P&gt;&lt;P&gt;addyears(KeyDate,-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008695#M961164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008696#M961165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks plausible but unfortunately, it doesn´t work. I defined the key date in an input box (as opposed to a proper variable in the script) and selected unter tab "number" number format settings "date" with format pattern YYYY.MM - any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 14:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008696#M961165</guid>
      <dc:creator />
      <dc:date>2015-10-19T14:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008697#M961166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leonardo, one of the expressions of Rudolf applies the date data type to the variable value (just change JJJJ to YYYY):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=date(addmonths(date#(KeyDate),'&lt;STRONG&gt;YYYY&lt;/STRONG&gt;.MM'),-12)&lt;SPAN style="color: #800000;"&gt;,'&lt;STRONG&gt;YYYY&lt;/STRONG&gt;.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008697#M961166</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-19T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008698#M961167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks for the info &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008698#M961167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008699#M961168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I where you, i would used to different variable (one for the month and the other for the year). And after you can use this kind of setanalyses: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"$(=date(addyears(date#(makedate($(V_Year),$(V_Month)),'JJJJ.MM'),-1)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;,'JJJJ.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&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; font-size: 16px;"&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; font-size: 16px;"&gt;or you can do like @Rudolf Said:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"$(=date(addyears(date#(&lt;STRONG&gt;$(&lt;/STRONG&gt;KeyDate)&lt;STRONG&gt;)&lt;/STRONG&gt;,'JJJJ.MM'),-1)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;,'JJJJ.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008699#M961168</guid>
      <dc:creator>berryjulien2</dc:creator>
      <dc:date>2015-10-19T15:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008700#M961169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben &amp;amp; Rudolf,&lt;/P&gt;&lt;P&gt;This is so funny, it just doesn´t work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008700#M961169</guid>
      <dc:creator />
      <dc:date>2015-10-19T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for set analysis with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008701#M961170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe using the JJJ.MM string and I had another typo: remove the extra ')' in date# function, it should be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=date(addmonths(date#(&lt;STRONG&gt;'$(KeyDate)',&lt;/STRONG&gt;'&lt;STRONG&gt;YYYY&lt;/STRONG&gt;.MM'),-12)&lt;SPAN style="color: #800000;"&gt;,'&lt;STRONG&gt;YYYY&lt;/STRONG&gt;.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;distinct &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Or using AddYears():&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;JJJJ.MM&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"$(=date(AddYears(date#(&lt;STRONG&gt;'$(KeyDate)',&lt;/STRONG&gt;'&lt;STRONG&gt;YYYY&lt;/STRONG&gt;.MM'),-1)&lt;SPAN style="color: #800000;"&gt;,'&lt;STRONG&gt;YYYY&lt;/STRONG&gt;.MM'&lt;/SPAN&gt;)"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #0000ff;"&gt;distinct &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;EmployeeNr&lt;/SPAN&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Not tested, if you can upload a sample I can try with real data.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 07:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-set-analysis-with-dates/m-p/1008701#M961170</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-20T07:04:47Z</dc:date>
    </item>
  </channel>
</rss>

