<?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 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807743#M65754</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating a new table Case4 from another called Case1. My code does work but I get a synthetic key warning. Why is this happening and how to avoid it?&lt;/P&gt;&lt;P&gt;Case4:&lt;/P&gt;&lt;P&gt;Load Case_Flat_Case.Case_Number, Case_Flat_Case.Asset_Serial_Number, Case_Flat_Case.Date_Time_Opened&lt;BR /&gt;Resident Case1&lt;BR /&gt;order by Case_Flat_Case.Asset_Serial_Number,Case_Flat_Case.Date_Time_Opened asc;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 21:56:36 GMT</pubDate>
    <dc:creator>seraphis</dc:creator>
    <dc:date>2021-12-21T21:56:36Z</dc:date>
    <item>
      <title>Synthetic Key</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807743#M65754</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating a new table Case4 from another called Case1. My code does work but I get a synthetic key warning. Why is this happening and how to avoid it?&lt;/P&gt;&lt;P&gt;Case4:&lt;/P&gt;&lt;P&gt;Load Case_Flat_Case.Case_Number, Case_Flat_Case.Asset_Serial_Number, Case_Flat_Case.Date_Time_Opened&lt;BR /&gt;Resident Case1&lt;BR /&gt;order by Case_Flat_Case.Asset_Serial_Number,Case_Flat_Case.Date_Time_Opened asc;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 21:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807743#M65754</guid>
      <dc:creator>seraphis</dc:creator>
      <dc:date>2021-12-21T21:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807744#M65755</link>
      <description>&lt;P&gt;Hello, You will find lot of information If you find in Google : Link is&amp;nbsp;&lt;A href="https://www.google.com/search?q=synthetic+keys+in+qlik+sense&amp;amp;rlz=1C1CHBD_svSE926SE926&amp;amp;oq=synthetic+keus+&amp;amp;aqs=chrome.2.69i57j0i13l3j0i13i30l4j0i10i13i30j0i13i30.5659j1j7&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8" target="_blank"&gt;Here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, For now If you are doing transformation from Case1 to Case4. You can try this?&lt;/P&gt;&lt;P&gt;Case4:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load Case_Flat_Case.Case_Number, Case_Flat_Case.Asset_Serial_Number, Case_Flat_Case.Date_Time_Opened&lt;BR /&gt;Resident Case1&lt;BR /&gt;order by Case_Flat_Case.Asset_Serial_Number,Case_Flat_Case.Date_Time_Opened asc;&lt;/P&gt;&lt;P&gt;Drop Table Case1;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 13:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807744#M65755</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-05-13T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807754#M65756</link>
      <description>&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;thanks but I am pulling only a few fields from Case1. I do not want to drop Case1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it necessary to write NoConcatenate after the name of the new table? I am under the impression that it should be before that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807754#M65756</guid>
      <dc:creator>seraphis</dc:creator>
      <dc:date>2021-05-13T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807790#M65760</link>
      <description>&lt;P&gt;May be refer, Left Keep?&lt;/P&gt;&lt;P&gt;Also, Please use above link which I refered in my previous post.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 14:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1807790#M65760</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-05-13T14:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1808302#M65821</link>
      <description>&lt;P&gt;thanks Anil.&lt;/P&gt;&lt;P&gt;Can you please look into this also&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Code-not-working/m-p/1808291#M65818" target="_blank"&gt;https://community.qlik.com/t5/App-Development/Code-not-working/m-p/1808291#M65818&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 09:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key/m-p/1808302#M65821</guid>
      <dc:creator>seraphis</dc:creator>
      <dc:date>2021-05-17T09:04:35Z</dc:date>
    </item>
  </channel>
</rss>

