<?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: Multti level hierarchy and aggregation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432445#M484296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file.&lt;/P&gt;&lt;P&gt;It's not 100% as my counts for account 4 &amp;amp; 5 are both 85 not 90.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40+(-10+30+30) =90&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I should also say, I don't understand how you got to these figures with the data you've provided.&amp;nbsp; So can you explain where &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;-10+30+30&lt;/SPAN&gt; comes from...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 13:23:47 GMT</pubDate>
    <dc:creator>RedSky001</dc:creator>
    <dc:date>2013-06-03T13:23:47Z</dc:date>
    <item>
      <title>Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432444#M484295</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;I have Table with the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Accounts&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;AccountID , Name , ParentID , Weight&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,-1&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,f&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,-1&lt;/P&gt;&lt;P&gt;7,&amp;nbsp;&amp;nbsp;&amp;nbsp; ,g&amp;nbsp;&amp;nbsp;&amp;nbsp; ,2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Account, Value&lt;/P&gt;&lt;P&gt;1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;3,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;4,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40&lt;/P&gt;&lt;P&gt;6,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&lt;/P&gt;&lt;P&gt;7,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Weight" field says in which way the child should sum up to its father.&lt;/P&gt;&lt;P&gt;I tried every combination of hierarchy/ belongsto but I could not get the correct result when using "Weight".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct result should be&lt;/P&gt;&lt;P&gt;Account, Total&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10+5 = 15&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 + (-60+70) = 30&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40+(-15+30+30) =85&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 85&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short - while summing up each account, it should concider its childrens and grand childrens (etc...)&amp;nbsp; weight.&lt;/P&gt;&lt;P&gt;I have attached a QV screenshot of what I am trying to achieve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to do it it in QV?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 10:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432444#M484295</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-03T10:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432445#M484296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file.&lt;/P&gt;&lt;P&gt;It's not 100% as my counts for account 4 &amp;amp; 5 are both 85 not 90.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40+(-10+30+30) =90&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 90&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I should also say, I don't understand how you got to these figures with the data you've provided.&amp;nbsp; So can you explain where &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;-10+30+30&lt;/SPAN&gt; comes from...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 13:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432445#M484296</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-06-03T13:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432446#M484297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct - I forgot the 5 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; so it is 85. I will fix it in the original post.&lt;/P&gt;&lt;P&gt;I'll check your file and get back to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;-15 from account 1&lt;/P&gt;&lt;P&gt;30 from account 2&lt;/P&gt;&lt;P&gt;30 from account 3&lt;/P&gt;&lt;P&gt;40 from account 4&lt;/P&gt;&lt;P&gt;] = 85&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you &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, 03 Jun 2013 14:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432446#M484297</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-03T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432447#M484298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again for your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What change need to be made in order to see the accounts in a pivot table?&lt;/P&gt;&lt;P&gt;I'm trying to show the "dril down" of each account:&lt;/P&gt;&lt;P&gt;Level1 (+), Level2 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;, Level 3 (etc...), Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 05:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432447#M484298</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-05T05:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432448#M484299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would just need to change the chart type from a straight table to a pivot table and add the Account name dimension after the Tree (Account id) dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you mark my orginal post as correct if it helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 08:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432448#M484299</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-06-05T08:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432449#M484300</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;I did what you suggested - the problem is that I need it to open to N levels.&lt;/P&gt;&lt;P&gt;what you suggest is only the first level (name) after the tree...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the heirerchy that i'm working on right now has atleast 9 levels...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 10:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432449#M484300</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-05T10:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432450#M484301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would you expect to see for account Id 2?&lt;/P&gt;&lt;P&gt;This is what is currently shows (all it's ancestor records)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42156" class="jive-image" alt="Untitled.jpg" src="https://community.qlik.com/legacyfs/online/42156_Untitled.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 10:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432450#M484301</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-06-05T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432451#M484302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 - I need to show the real value for "f" and only when summing it up it will be -60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is my main problem.&lt;/P&gt;&lt;P&gt;It is a P&amp;amp;L report and they wish to see all the accounts as they appear and when grouped, it should use the weight. Sp for accountID 2 children&amp;nbsp; it should show the "real" value of that branch b=20, f=60,g=70&lt;/P&gt;&lt;P&gt;but when showing whithout its children it should show the calculated sum using the weight (same goes for grandchilds and grand-grandchilds etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - for account 2 you are correct, but for acount 5 I would expect&amp;nbsp; 5 -&amp;gt; 4 -&amp;gt; 1, 2(-&amp;gt;6,7), 3 (tree+ 3 levels)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432451#M484302</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-05T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432452#M484303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you could use an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality()=1,sum(Value),sum(OrginalValue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you expand the dimension you see the orginal vlaue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42161" class="jive-image" alt="Untitled2.jpg" src="https://community.qlik.com/legacyfs/online/42161_Untitled2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still nto sure how you want the represent the data.&amp;nbsp; Using account five as an example, you can see all it's ancestors.&lt;/P&gt;&lt;P&gt;You can use the &lt;SPAN class="Bold"&gt;hierarchy keyword to create an expanded nodes table (see path ) but I don't see an easy way to incoperate this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42162" class="jive-image-thumbnail jive-image" onclick="" alt="Untitled3.jpg" src="https://community.qlik.com/legacyfs/online/42162_Untitled3.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 11:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432452#M484303</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-06-05T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432453#M484304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like the technique you used.&lt;/P&gt;&lt;P&gt;How can I modify it that for every combination I will have the value on that line aready?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example for account id 5 - it will have its sum up of its children already calculated in the script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx &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, 12 Jun 2013 07:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432453#M484304</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-12T07:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432454#M484306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you want 85 to be preloaded in the script for account 5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this just create a new table and group by Tree..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUPED_VALUES:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Tree&lt;/P&gt;&lt;P&gt;,SUM(Value) AS GRP_VALUE&lt;/P&gt;&lt;P&gt;Resident Account_Hierarchy&lt;/P&gt;&lt;P&gt;Group BY Tree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 08:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432454#M484306</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2013-06-12T08:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multti level hierarchy and aggregation</title>
      <link>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432455#M484309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 14 levels...so I need to do 14 group bys'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 09:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multti-level-hierarchy-and-aggregation/m-p/432455#M484309</guid>
      <dc:creator>xtrimf</dc:creator>
      <dc:date>2013-06-12T09:35:57Z</dc:date>
    </item>
  </channel>
</rss>

