<?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: Resolving Synthetic keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719407#M1066353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One can not say that is it possible to remove the Synthetic key. One can easily rename them and remove it.&lt;/P&gt;&lt;P&gt;But the concept lies is your data model. Do it needs that &lt;/P&gt;&lt;P&gt;----You have do decide and control the linkings of these keys.&lt;/P&gt;&lt;P&gt;----Use composite keys to work on...&lt;/P&gt;&lt;P&gt;----Properly analyse the association&amp;nbsp; of data your UI presentation and calculations need.&lt;/P&gt;&lt;P&gt;--&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2014 10:23:23 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-09-05T10:23:23Z</dc:date>
    <item>
      <title>Resolving Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719402#M1066348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seeing below example, is it possible to remove synthetic keys? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="synthetic key.JPG.jpg" class="jive-image" src="/legacyfs/online/66018_synthetic key.JPG.jpg" style="width: 620px; height: 300px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719402#M1066348</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719403#M1066349</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;Create a key by combining the "GSK SKU ID" and "Distributor_Code" using Autonumber and use that to link btw DS2-Sales.xlsx and DS1-Stocks.xlsx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719403#M1066349</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-05T10:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719404#M1066350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;provide new key to connect between Sales and Stocks&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;[GSK_SKU_ID] &amp;amp; Distributor as %Key&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;from ... Sales.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stocks:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;[JDE_Code],&lt;/P&gt;&lt;P&gt;[Distr Code],&lt;/P&gt;&lt;P&gt;[JDE_Code] &amp;amp; [Distr Code] as %Key&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;from .. Stocks.xlxs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Donot use as for JDE Code and Distr Code as otherwise new syntetic key will be created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use qualify and unqualify for stocks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719404#M1066350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-05T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719405#M1066351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep [GSK SKU ID] and Distributor_Code in your sales table but Remove [JDE Code] and [Distr Code] from your another table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a key in Sales and another table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [GSK SKU ID] &amp;amp; '|' &amp;amp; Distributor_Code as Key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in another table&lt;/P&gt;&lt;P&gt;[JDE Code] &amp;amp; '|' &amp;amp;[Distr Code] as Key,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719405#M1066351</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-05T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719406#M1066352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2014/08/update-to-link-table-rules.html" title="http://www.qliktips.com/2014/08/update-to-link-table-rules.html"&gt;Qlik Tips: Update to Link Table rules&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719406#M1066352</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-09-05T10:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resolving Synthetic keys</title>
      <link>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719407#M1066353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One can not say that is it possible to remove the Synthetic key. One can easily rename them and remove it.&lt;/P&gt;&lt;P&gt;But the concept lies is your data model. Do it needs that &lt;/P&gt;&lt;P&gt;----You have do decide and control the linkings of these keys.&lt;/P&gt;&lt;P&gt;----Use composite keys to work on...&lt;/P&gt;&lt;P&gt;----Properly analyse the association&amp;nbsp; of data your UI presentation and calculations need.&lt;/P&gt;&lt;P&gt;--&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resolving-Synthetic-keys/m-p/719407#M1066353</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-05T10:23:23Z</dc:date>
    </item>
  </channel>
</rss>

