<?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: How to Remove the Synthetic Keys in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242183#M24673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. Issue resolved By Creating Composite Keys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2016 07:32:06 GMT</pubDate>
    <dc:creator>asb02512</dc:creator>
    <dc:date>2016-12-12T07:32:06Z</dc:date>
    <item>
      <title>How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242176#M24666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me and guide me regarding the synthetic key issue. i am a newbie. Please find the attached image, I am getting the desired result but the issue is of synthetic keys. I dont know where i am doing the mistake renaming or qualify and unqualify. How to remove the synthetic keys in the current scenario. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 12:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242176#M24666</guid>
      <dc:creator>asb02512</dc:creator>
      <dc:date>2016-12-11T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242177#M24667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a composite key of BRANCH_CD and CUST_SALESMAN to link Table Branches and Customer to Monthly_Sales_Activity. 2nd Key will be VNDR# and ITEM# to link Table Vendor and ITEM Master to Monthly Sales Activity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 03:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242177#M24667</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-12T03:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242178#M24668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To minimize or remove synthetic key you can concatenate the fields which is causing synthetic key like I did below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRANCH_CD &amp;amp; '|'&amp;amp; CUST_SALESMAN AS Key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 03:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242178#M24668</guid>
      <dc:creator>shaktisinghchau</dc:creator>
      <dc:date>2016-12-12T03:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242179#M24669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly - synthetic keys are not an evil that needs to be eradicated, they are a valid and efficient way to handle composite keys (association keys made up of more than one field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, you would need to decide if the association between customer and monthly sales activity should be a salesman level or at a&amp;nbsp; salesman and branch level. If the former, then you simply could not load the branch code into the customer table. If its the latter, you could create your own handling of the composite key, or you could leave the synthetic key in place. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same analysis should be performed on the other synthetic key.&lt;/P&gt;&lt;P&gt;Building in your own handling of the composite key is unlikely to perform better in reload or in the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 04:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242179#M24669</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-12-12T04:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242180#M24670</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&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;monthly sales activity&lt;/STRONG&gt; &lt;STRONG&gt;table&lt;/STRONG&gt; and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;items master table&lt;/STRONG&gt; you have filed like itmes#,&lt;/P&gt;&lt;P&gt;if you have same underlined data in that filed in both the tables,&lt;/P&gt;&lt;P&gt;create a..composite key with vndr# and items#,&lt;/P&gt;&lt;P&gt;or if you don't have same underlined data in items# in both the tables rename that in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;to avoid second synthetic key,&lt;/P&gt;&lt;P&gt;create composite key with branch_cd and cus_salesmen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 05:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242180#M24670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-12T05:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242181#M24671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple task&lt;/P&gt;&lt;P&gt;Rename the fields as different which are not useful to link and make the fields same in the tables which are need to be link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 06:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242181#M24671</guid>
      <dc:creator />
      <dc:date>2016-12-12T06:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242182#M24672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot shraddha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 07:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242182#M24672</guid>
      <dc:creator>asb02512</dc:creator>
      <dc:date>2016-12-12T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove the Synthetic Keys</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242183#M24673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. Issue resolved By Creating Composite Keys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 07:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Remove-the-Synthetic-Keys/m-p/1242183#M24673</guid>
      <dc:creator>asb02512</dc:creator>
      <dc:date>2016-12-12T07:32:06Z</dc:date>
    </item>
  </channel>
</rss>

