<?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: Sum data while ignoring current selections. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354205#M1169369</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;If you want to ignore the Year then add "Year=" into your set analysis, so something along the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;({$&amp;lt;date&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; font-family: Arial; color: #800000;"&gt;"&amp;lt;=$(&amp;lt;=max(date))"&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;}, Year=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; font-family: Arial; color: #800000;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;By specifying a blank expression the other side of the field, you are ignoring any selections on that field. The above should ignore the Year selection. I imagine you may also want to do the same on some of the other date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 08:09:46 GMT</pubDate>
    <dc:creator>chris_johnson</dc:creator>
    <dc:date>2012-07-18T08:09:46Z</dc:date>
    <item>
      <title>Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354197#M1169361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently busy building a pivot table, with years, months and customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over the years customers have bought stuff. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I want to see is the total amount the customer bought from his beginDate to a selected month in a selected year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example: customer1: beginDate: 2007-01-01 bought over the years four things of &lt;/P&gt;&lt;P&gt;$1 in 2007-02-01&lt;/P&gt;&lt;P&gt;$2 in 2007-07-01&lt;/P&gt;&lt;P&gt;$3 in 2008-01-01&lt;/P&gt;&lt;P&gt;$4 in 2009-01-01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I select the year 2008 and I want to see what he has bought in January (so 2008-01-01) so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;And what I want to see is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Year: Month:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount:&lt;/P&gt;&lt;P&gt;2008: 2008-01-01: $6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;But when I execute the process I get only to see :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Year: Month:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount:&lt;/P&gt;&lt;P&gt;2008: 2008-01-01: $3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because in current&amp;nbsp; selections 2008 is selected I get only from this year and month the data, while I want everyting that is smaller than this date (without is having selected). Is there something to ignore in this case the current selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried already something like this: &lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(&amp;lt;=max(date))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; however it picks only over 2008 and not the years and months before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I hope someone can help me with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354197#M1169361</guid>
      <dc:creator />
      <dc:date>2012-07-17T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354198#M1169362</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Edit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=vStart)&amp;lt;=$(=vEnd)'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where vEnd = MonthEnd(Max(Date))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vStart =MonthStart(Min(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 12:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354198#M1169362</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-17T12:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354199#M1169363</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;That produces the same answer as what I tried:&lt;/P&gt;&lt;P&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(&amp;lt;=max(date))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Quotes or &amp;lt;= changing did not work either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is there another solution, maybe? or is the only way to design a new table with these values, to sum up.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 13:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354199#M1169363</guid>
      <dc:creator />
      <dc:date>2012-07-17T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354200#M1169364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The new solution produces also the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I have selected the year 2008: the cube has been sliced and diced only for 2008. So if I pick the max and min date from the whole set it will only look at the year 2008 (more specific at month January).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I want is even if I selected the year 2008 the sum has to be over all the years. So that it takes not slicing and dicing into account. Is it therefore possible to add a kind of constraint to not look at the selections that are made?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 07:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354200#M1169364</guid>
      <dc:creator />
      <dc:date>2012-07-18T07:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354201#M1169365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sum({&amp;lt;Date =&amp;gt;}Amount)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should give you total amount purchased irrespective of your selection in date.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp; Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 07:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354201#M1169365</guid>
      <dc:creator />
      <dc:date>2012-07-18T07:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354202#M1169366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That still produces the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its like, when I have selected the year 2008, as current selection, this data is the only part that is cached and the rest is not available and therefore is not used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 07:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354202#M1169366</guid>
      <dc:creator />
      <dc:date>2012-07-18T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354203#M1169367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if possible could you post an example?&amp;nbsp;&amp;nbsp; Regards&amp;nbsp; R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 07:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354203#M1169367</guid>
      <dc:creator />
      <dc:date>2012-07-18T07:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354204#M1169368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see a simple example attached:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 08:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354204#M1169368</guid>
      <dc:creator />
      <dc:date>2012-07-18T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354205#M1169369</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;If you want to ignore the Year then add "Year=" into your set analysis, so something along the lines of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;({$&amp;lt;date&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; font-family: Arial; color: #800000;"&gt;"&amp;lt;=$(&amp;lt;=max(date))"&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;}, Year=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; font-family: Arial; color: #800000;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;By specifying a blank expression the other side of the field, you are ignoring any selections on that field. The above should ignore the Year selection. I imagine you may also want to do the same on some of the other date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 08:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354205#M1169369</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2012-07-18T08:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354206#M1169370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lakhina007,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested your example. Now to make clear what I exactly want (using your example) is.&lt;/P&gt;&lt;P&gt;Use: customer A3, which has values in 2007 and 2008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now selecting 2007 it has to show 200 which it does. Good, now I select 2008 and what I want to see then is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sum of the values of all previous year including the selected one. So for example, if I select only 2008 and the month Feb-2008. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I want to see the value of (Feb-2008 + values of 2007) which should show the value 230 + 200 = 430.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I select the years: 2007 and 2008 (only the month Feb-2008). Then I want to see is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3&lt;/P&gt;&lt;P&gt;2007: 200&lt;/P&gt;&lt;P&gt;2008: 430&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I realize this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 07:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354206#M1169370</guid>
      <dc:creator />
      <dc:date>2012-07-24T07:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354207#M1169371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&amp;nbsp; Why don't you try slider objects, like it the file attached. This will allow the end user the flexibility to chose what they want to see.&amp;nbsp;&amp;nbsp; Regards&amp;nbsp; Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354207#M1169371</guid>
      <dc:creator />
      <dc:date>2012-07-24T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sum data while ignoring current selections.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354208#M1169373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is indeed a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also wondering if a Macro can be used for this, using a for loop. However I am not sure how to acces the function in the pivot table, showing the result from the function in the pivot table, it somehow gives not the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I try in the function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function total(a, b)&lt;/P&gt;&lt;P&gt;total = a + b&lt;/P&gt;&lt;P&gt;end function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then calling the function 'total' in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why it does not return any result? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 07:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-data-while-ignoring-current-selections/m-p/354208#M1169373</guid>
      <dc:creator />
      <dc:date>2012-07-25T07:36:52Z</dc:date>
    </item>
  </channel>
</rss>

