<?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: Syn key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661059#M473798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meant to attach this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 09:34:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-20T09:34:24Z</dc:date>
    <item>
      <title>Syn key</title>
      <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661055#M473794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought similar field names on 2 tables meant that QlikView would automatically concatenate. Can someone help me to understand the attached. I have similar field names, but tables have not been concatenated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661055#M473794</guid>
      <dc:creator />
      <dc:date>2014-10-20T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Syn key</title>
      <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661056#M473795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The two tables needs to have the exact same number of fields with the exact same case sensitive field names. As soon as these conditions are not met Qlikview will create two tables and use the common fields for a synthetic key. Also the load statement should not be preceded by the noconcatenate keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661056#M473795</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-20T09:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Syn key</title>
      <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661057#M473796</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;No attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik is case sensitive.&lt;/P&gt;&lt;P&gt;Make sure you have same case(Capital or Small)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661057#M473796</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-20T09:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Syn key</title>
      <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661058#M473797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be its name are not same check once and your attachment is missing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661058#M473797</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-20T09:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Syn key</title>
      <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661059#M473798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meant to attach this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661059#M473798</guid>
      <dc:creator />
      <dc:date>2014-10-20T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syn key</title>
      <link>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661060#M473799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best practice is you to force Concatenate or NoConcatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to concat, then do: &lt;/P&gt;&lt;P&gt;Concatenate (tabletoconcatenate) load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to concat, then do:&lt;/P&gt;&lt;P&gt;yournewtablename:&lt;/P&gt;&lt;P&gt;noconcatenate load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 09:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syn-key/m-p/661060#M473799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T09:36:45Z</dc:date>
    </item>
  </channel>
</rss>

