<?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 Synthetic key Issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339375#M1171668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Guru,&lt;/P&gt;&lt;P&gt;To avoid the synthetic keys you can rename the fields by which you dont want to link the fact table. &lt;/P&gt;&lt;P&gt;renaming the field avoids the synthetic kyes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;You can concate the tables as Masha told.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create the link table to connect the fact tables with the more than one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 09:57:47 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2012-06-06T09:57:47Z</dc:date>
    <item>
      <title>Synthetic key Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339372#M1171662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can any one help me in synthetic key issues...&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Synthetic keys create any duplicate records in tables at the time of Data Retrival........&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; I have 3 fact tables and 4 columns are common in these 3 fact tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; these 3 facts are required in my data model. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; how i will i eliminate synthetic keys here&lt;/P&gt;&lt;P&gt;3.Synthetic keys cause any performance issues in data model&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 05:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339372#M1171662</guid>
      <dc:creator />
      <dc:date>2012-06-06T05:51:01Z</dc:date>
    </item>
    <item>
      <title>Synthetic key Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339373#M1171665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate your fact tables into one table and there will be no synthetic keys, just 4 common fields.&lt;/P&gt;&lt;P&gt;Or you can create your own unique key to link the tables:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;key1 as table1_key1,&lt;BR /&gt;key2 as table1_key2,&lt;BR /&gt;key3 as table1_key3,&lt;BR /&gt;key4 as table2_key4,&lt;BR /&gt;key1 &amp;amp; '/' &amp;amp; key2 &amp;amp; '/' &amp;amp; key3 &amp;amp; '/' &amp;amp; key4 as key;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 07:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339373#M1171665</guid>
      <dc:creator>masha-ecraft</dc:creator>
      <dc:date>2012-06-06T07:28:26Z</dc:date>
    </item>
    <item>
      <title>Synthetic key Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339374#M1171667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for your response....&lt;/P&gt;&lt;P&gt;i will try with your solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 09:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339374#M1171667</guid>
      <dc:creator />
      <dc:date>2012-06-06T09:30:53Z</dc:date>
    </item>
    <item>
      <title>Synthetic key Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339375#M1171668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Guru,&lt;/P&gt;&lt;P&gt;To avoid the synthetic keys you can rename the fields by which you dont want to link the fact table. &lt;/P&gt;&lt;P&gt;renaming the field avoids the synthetic kyes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;You can concate the tables as Masha told.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create the link table to connect the fact tables with the more than one field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 09:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key-Issues/m-p/339375#M1171668</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-06-06T09:57:47Z</dc:date>
    </item>
  </channel>
</rss>

