<?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: synthetic key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301760#M111687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use qualify statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 09:46:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-21T09:46:37Z</dc:date>
    <item>
      <title>synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301758#M111685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to overcome the situation of synthetic key while loading files from the oracle database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 07:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301758#M111685</guid>
      <dc:creator />
      <dc:date>2012-02-21T07:37:39Z</dc:date>
    </item>
    <item>
      <title>synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301759#M111686</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 two tables has multiple columns with same name then the Synthetic will form.&amp;nbsp; To eliminate this you can rename the columns with different names other than the Primary Key column in Qlikview.&amp;nbsp; Then you can avoid the Synthetic Key.&amp;nbsp; You can rename the column names in qlikview what ever the database you use.&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>Tue, 21 Feb 2012 07:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301759#M111686</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-21T07:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301760#M111687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use qualify statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 09:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301760#M111687</guid>
      <dc:creator />
      <dc:date>2012-02-21T09:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301761#M111688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ca you explain how tio ue Qualify statemnt with an example? Bcoz i have many tables with same field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 07:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301761#M111688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T07:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301762#M111689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Nandha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Qualify B;&lt;/P&gt;&lt;P class="Code"&gt;X:&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from x.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Y:&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from y.csv;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Now B in table X is renamed as X.B and B in Y is renamed as Y.B.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 09:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301762#M111689</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-01-23T09:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301763#M111690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vitalguar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use :&lt;/P&gt;&lt;P&gt;1) Qualify and unqualify statement to eliminate the synthetic keys completely from the data model.&lt;/P&gt;&lt;P&gt;2) Identify the fields required for linkages between the tables and rename the rest,from the synthetic key.&lt;/P&gt;&lt;P&gt;3) If you have to eliminate multiple synthetic keys from the data model,then create a linktable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Snehal Nabar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/synthetic-key/m-p/301763#M111690</guid>
      <dc:creator />
      <dc:date>2013-01-23T13:00:05Z</dc:date>
    </item>
  </channel>
</rss>

