<?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: Synthetickeys issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384914#M143792</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;Yes PRID has only one value currently because data got loaded from single excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we load data from multiple excel files then the PRID will have that number of values. i.e; Each excel has one PRID value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2012 12:34:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-11T12:34:54Z</dc:date>
    <item>
      <title>Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384903#M143781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading the entire tables from my SQL server into Qlikview. When i reloaded all the tables in qlikview then it is generating an synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached screenshot of table viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether this table viewer structure with synthetic key creates any problem at any case in the application ? And if it creates problem then how we can resolve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21409" class="jive-image-thumbnail jive-image" onclick="" alt="Synthetic_TV.png" src="https://community.qlik.com/legacyfs/online/21409_Synthetic_TV.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 10:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384903#M143781</guid>
      <dc:creator />
      <dc:date>2012-09-06T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384904#M143782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that which id is primary in your table such as in 'AsisDATA' table there are 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TechID,PRID and AssetID.&lt;/P&gt;&lt;P&gt; Check primary key of this table and rename it like PRID as [ASIS PRID]&lt;/P&gt;&lt;P&gt;and same&amp;nbsp; name put in other table 'KepsDATA' like PRID as [ASIS PRID]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this fails then you make link key like&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRID&amp;amp;AssetID&amp;amp;TechID as Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and renam all the fields in each table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 11:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384904#M143782</guid>
      <dc:creator />
      <dc:date>2012-09-06T11:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384905#M143783</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;You could create a composite key by concatenating PROD, AssetID and TechID together and use this key in all the tables. Drop the above fields from all tables except one (which should have a complete set of the PROD, AssetID and TechID combinations). However, this is essentially just replicating the QV generated synthetic key with your own (and there is nothing intrinsically wrong with synthetic keys).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no one table that contains all combinations, then create a link table with the key and the 3 fields, then add the key value and drop the link fields from all tables except the link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all these cases, check the data and performance because your mileage my vary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to concatenate the 5 tables directly linked to the syn key (I see quite a few fields which look common to several tables (*_Type, *_Shot etc), with a field to indicate the source table. I am not sure about the relationship between the data in these 5 tables, but I suspect that this would be the best approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps a little&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 11:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384905#M143783</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-09-06T11:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384906#M143784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan, thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand to some extend what you mentioned in the post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you help in this sample app what really should happen when synthetic key occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And find the attached sample app and qvd's.&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>Thu, 06 Sep 2012 12:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384906#M143784</guid>
      <dc:creator />
      <dc:date>2012-09-06T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384907#M143785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384907#M143785</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-06T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384908#M143786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pgalvezt, thank you very much providing developed app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's really good in avoiding sythentic keys, but please find the attached app that is not having proper relation with Technician column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And technician column will not have '0' value in it and some &lt;STRONG&gt;assetid &lt;/STRONG&gt;will have atleast one &lt;STRONG&gt;technician &lt;/STRONG&gt;name. We are missing this functionality in your attached app. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also missing relation link with &lt;STRONG&gt;Headder_DAQ &lt;/STRONG&gt;table with other tables in table viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you check through this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 14:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384908#M143786</guid>
      <dc:creator />
      <dc:date>2012-09-06T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384909#M143787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In&amp;nbsp; Asset Table: rename the field Technician as Something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Join Sheet put this:&lt;/P&gt;&lt;P&gt;UnionTable:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;AseetDataAux&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as AssetID,&lt;/P&gt;&lt;P&gt;TechAux&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as TechID,&lt;/P&gt;&lt;P&gt;KeyAux&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as @Id&lt;/P&gt;&lt;P&gt;resident UnionAux;&lt;/P&gt;&lt;P&gt;drop table UnionAux;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 15:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384909#M143787</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-06T15:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384910#M143788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you solve the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 16:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384910#M143788</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-06T16:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384911#M143789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pgalvezt, sorry for late reply. And special thanks for your help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it resolves one of the problem i.e; display Technician data, but still facing problem is there is no relational link to Headder table with other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to resolve it but no use. Please can you help on this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 08:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384911#M143789</guid>
      <dc:creator />
      <dc:date>2012-09-07T08:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384912#M143790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone having any idea on this problem?&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>Mon, 10 Sep 2012 11:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384912#M143790</guid>
      <dc:creator />
      <dc:date>2012-09-10T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384913#M143791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Prid Field just has one value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 12:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384913#M143791</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-10T12:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384914#M143792</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;Yes PRID has only one value currently because data got loaded from single excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we load data from multiple excel files then the PRID will have that number of values. i.e; Each excel has one PRID value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 12:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384914#M143792</guid>
      <dc:creator />
      <dc:date>2012-09-11T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384915#M143793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, see the attached please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope Help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 12:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384915#M143793</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-11T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384916#M143794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want you can change the name Prid for all tables. But you are going to have a synthetics keys again. But check the information with that, maybe works even with SK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope Help You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 14:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384916#M143794</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-11T14:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384917#M143795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you solve the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 13:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384917#M143795</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-12T13:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384918#M143796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pgalvezt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really thanks for your co-ordination on this post from last few days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i'm really confused a lot to maintain perfect relation without synthetic keys in current data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will attach the final and original data application to you in another few minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i'm sorry to disturb you on this more times. But i hope you can understand my problem and supporting on this.&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, 12 Sep 2012 14:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384918#M143796</guid>
      <dc:creator />
      <dc:date>2012-09-12T14:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384919#M143797</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;The attached app resolves my issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just i had done little changes in my app by comparing previously attached app by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this application is looking good so for now and i will get back you if any help requires on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really thanks for your wonderful support on this to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 12:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384919#M143797</guid>
      <dc:creator />
      <dc:date>2012-09-13T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetickeys issue</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384920#M143798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please put the Correct Answer so the other people can understand the problem and the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 12:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetickeys-issue/m-p/384920#M143798</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2012-09-13T12:57:41Z</dc:date>
    </item>
  </channel>
</rss>

