<?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: Set analysis and adding an absolute value to only one year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585341#M478408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;= Sum ({$&amp;lt;[Financial Year] = {$(vYears)}&amp;gt;} Amount ) + If([Financial Year] = 2012, 1000, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2014 09:08:38 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2014-03-18T09:08:38Z</dc:date>
    <item>
      <title>Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585334#M478401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an object which goes as follows:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum ( {&amp;lt;[Financial Year]={$(vYears)}&amp;gt;} [Amount])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The variable 'vYears' has two values: 2012 en 2013.&lt;/P&gt;&lt;P&gt;The result is the sum(Amount) for 2012 and 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to add 1000 only to the year 2012.&lt;/P&gt;&lt;P&gt;I con't figure out how. Any Help?&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;Message was edited by: Jasper de Vries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 20:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585334#M478401</guid>
      <dc:creator />
      <dc:date>2014-03-17T20:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585335#M478402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the expression in a textbox,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum ( {&amp;lt;[Financial Year]={$(vYears)}&amp;gt;} [Amount])+1000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;should return the correct result, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you are probably using the expression in a chart with multiple dimensions.&lt;/P&gt;&lt;P&gt;But how should the constant value for the year then distributed across your dimension values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 23:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585335#M478402</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-03-17T23:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585336#M478403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately that's not what I mean. If I follow your advise, 1000 wil be added to &lt;STRONG&gt;both&lt;/STRONG&gt; years while I want to add 1000 only to one year, while 2 years are shown.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585336#M478403</guid>
      <dc:creator />
      <dc:date>2014-03-18T07:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585337#M478404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;try like these &lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;=Sum ( {&amp;lt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[Financial Year]&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;{$(=(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;vYears&lt;/EM&gt;&lt;/SPAN&gt;)-1)}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&amp;gt;} [Amount])+1000&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum ( {&amp;lt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;[Financial Year]&lt;/EM&gt;&lt;/SPAN&gt;=&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;{$(=Max(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;vYears&lt;/EM&gt;&lt;/SPAN&gt;)-1)}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&amp;gt;} [Amount])+1000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; create varible for 1 year which year you want then make that variable use&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585337#M478404</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-18T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585338#M478405</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;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if($(vYears)='2012',Sum ( {&amp;lt;[Financial Year]={$(vYears)}&amp;gt;} [Amount])+1000,&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum ( {&amp;lt;[Financial Year]={$(vYears)}&amp;gt;} [Amount])&lt;/EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585338#M478405</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-18T07:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585339#M478406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, but I doesn't solve my problem.&lt;/P&gt;&lt;P&gt;I attached an example QVW to my orginal post. Hope this will clarify my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585339#M478406</guid>
      <dc:creator />
      <dc:date>2014-03-18T09:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585340#M478407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= sum ({$&amp;lt;[Financial Year] = {$(vYears)}&amp;gt;} Amount)+sum({$&amp;lt;[Financial Year] = {"2012"}&amp;gt;}1000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585340#M478407</guid>
      <dc:creator />
      <dc:date>2014-03-18T09:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585341#M478408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;= Sum ({$&amp;lt;[Financial Year] = {$(vYears)}&amp;gt;} Amount ) + If([Financial Year] = 2012, 1000, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585341#M478408</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-03-18T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585342#M478409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the solution is a simple if condition on Fincancial Year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Financial Year] = 2012, sum({$&amp;lt;[Financial Year] = {$(vYears)}&amp;gt;} Amount ) +1000, sum({$&amp;lt;[Financial Year] = {$(vYears)}&amp;gt;} Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585342#M478409</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-03-18T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585343#M478410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use "IF"code if([Financial Year] = '2012', sum ( {$} Amount ) +1000 , if([Financial Year] = '2013', sum ( {$} Amount ) )) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA for help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585343#M478410</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2014-03-18T09:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585344#M478411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks guys!&lt;/P&gt;&lt;P&gt;All of the solutions worked!&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I rated the first as the 'Correct answer', the rest as (very) 'Helpful Answers'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585344#M478411</guid>
      <dc:creator />
      <dc:date>2014-03-18T09:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585345#M478412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the effort QlikPhadi07. I just rated the other answers and apparently I can only mark 2 answers as 'Helpful', but yours does the trick as wel.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585345#M478412</guid>
      <dc:creator />
      <dc:date>2014-03-18T09:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis and adding an absolute value to only one year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585346#M478413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issues Jasper &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; but yes you can like the answer enough for me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Qlicking &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-and-adding-an-absolute-value-to-only-one-year/m-p/585346#M478413</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2014-03-18T09:32:52Z</dc:date>
    </item>
  </channel>
</rss>

