<?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: Link Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683218#M1079335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u jagan..... and how can i distinguish the data between Sales and Budget data?? Sorry if my question is wrong.... i wish to know how can i get the data of&amp;nbsp; Sales and Budget after Link the tables....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 07:02:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-16T07:02:03Z</dc:date>
    <item>
      <title>Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683212#M1079328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to combine two fact tables with synthetic keys using link table? Can any one help me with one good example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683212#M1079328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T05:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683213#M1079329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;A key/link table is frequently required in QlikView to resolve Synthetic Key or Circular Join issues.&amp;nbsp; It can also help to tidy&amp;nbsp; up a schema that has tables all over the place.&amp;nbsp; The goal is to create a star (and sometimes snowflake) schema with dimension tables connected to a central key table.&amp;nbsp; Unlike in classical data warehousing, the central table doesn't often have the measures - they generally stay in the dimension tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;There are 3 rules for creating a key table.&amp;nbsp; The first 2 are very straightforward - the last is where you need to use your skill and judgement to create the right result.&amp;nbsp; So, here are the rules:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;1.&amp;nbsp; All tables should have a primary key.&amp;nbsp; If a table doesn't have one unique key, derive one using a function like autonumber or autonumberhash256.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;2.&amp;nbsp; Break all the existing joins by renaming foreign keys (e.g. in the Orders table, rename CustomerID to O_CustomerID).&amp;nbsp; For a "pure" star schema, there should be no QlikView Associations remaining and all the tables should be standalone.&amp;nbsp; From a pragmatic point of view, it is fine to leave some hierarchical tables associated (e.g. Product to ProductCategory) to have a more "snowflake" schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;3.&amp;nbsp; Use a mixture of Concatenate and Join to generate the Key table using the Resident data.&amp;nbsp; You will load the previously renamed foreign key with the correct name so that they connect to the right dimension table (e.g. ... O_CustomerID As CustomerID).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;Find the attached example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;Siva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683213#M1079329</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2014-07-16T05:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683214#M1079330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you giva the fact tables so we try to help you to combine them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683214#M1079330</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2014-07-16T05:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683215#M1079331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qvw file will not open in my edition...could u please send me the code here or in word file....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683215#M1079331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T05:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683216#M1079332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi adi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u...i dnt hav tables,just i wish to know how to do with one example....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683216#M1079332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T05:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683217#M1079333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try sample script like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;FROM Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT &lt;/P&gt;&lt;P&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;RESIDENT Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP FIELDS A, B, C From Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Budget:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;Budget&lt;/P&gt;&lt;P&gt;FROM Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(LinkTable)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT &lt;/P&gt;&lt;P&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;RESIDENT Budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP FIELDS A, B, C From Budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 05:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683217#M1079333</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-16T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683218#M1079335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u jagan..... and how can i distinguish the data between Sales and Budget data?? Sorry if my question is wrong.... i wish to know how can i get the data of&amp;nbsp; Sales and Budget after Link the tables....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683218#M1079335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T07:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683219#M1079336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First, You have to drop the synthetic table from the model. I advise you to do that with AutoHashNumber's function and next, you have to drop this fields from one of tables. After that you can join or concatenate tables. Maybe in this situation you'll have clear model for work and you'll keep all fields.&lt;/P&gt;&lt;P&gt;Simplest way is to rename the fields from synthetic table, and keep just one field to connect between tables.&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;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Venelin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683219#M1079336</guid>
      <dc:creator />
      <dc:date>2014-07-16T07:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683220#M1079338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get the Sales, then use Sales dimension, budget is separate field, or else you can add a flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LinkTable:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Sales' AS Flag&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP FIELDS A, B, C From Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Budget:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Budget&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(LinkTable)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A &amp;amp; '_' &amp;amp; B &amp;amp; '_' &amp;amp; C AS Key,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Budget' AS Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT Budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP FIELDS A, B, C From Budget;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683220#M1079338</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-16T07:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683221#M1079340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what if we had a third table with just one common key A and other uncommon foreigns Keys (W,X). &lt;/P&gt;&lt;P&gt;Should we create a unique key for this table with all foreigns Keys? or we just with A? or we don't have to create a unqie one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 10:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Table/m-p/683221#M1079340</guid>
      <dc:creator />
      <dc:date>2015-08-28T10:37:40Z</dc:date>
    </item>
  </channel>
</rss>

