<?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 Use NoConcatenate (), still create $syn1 table... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539559#M483396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following two table is not the same, i try to use keywords NoConcatenate, however, the result is not my expectation. Moreover, a $syn1 table has been created. Or if i have the case as below,&amp;nbsp; i need to use QUALIFY *&amp;nbsp; to solve it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table_A]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, Field2, Field3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table_B]:&lt;/P&gt;&lt;P&gt;NoConcatenate &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, Field2, Field3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, D, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E, E, E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F, F, F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any syntax error? Pls advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2013 08:13:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-04T08:13:16Z</dc:date>
    <item>
      <title>Use NoConcatenate (), still create $syn1 table...</title>
      <link>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539559#M483396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following two table is not the same, i try to use keywords NoConcatenate, however, the result is not my expectation. Moreover, a $syn1 table has been created. Or if i have the case as below,&amp;nbsp; i need to use QUALIFY *&amp;nbsp; to solve it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table_A]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, Field2, Field3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table_B]:&lt;/P&gt;&lt;P&gt;NoConcatenate &lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, Field2, Field3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, D, D&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E, E, E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F, F, F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any syntax error? Pls advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 08:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539559#M483396</guid>
      <dc:creator />
      <dc:date>2013-07-04T08:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use NoConcatenate (), still create $syn1 table...</title>
      <link>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539560#M483397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You get a syn table because you use the noconcatenate keyword. Because both tables contain fields with the same name a synthetic key is constructed for those fields. If you don't want that and still keep the tables separate you can either rename fields or use the qualify keyword to prefix some fields with the table name. That's a kind of renaming too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 09:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539560#M483397</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-04T09:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use NoConcatenate (), still create $syn1 table...</title>
      <link>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539561#M483398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah you have to use Qualify * ;on upper side&lt;/P&gt;&lt;P&gt;and no need of concatenate then your both table is different &lt;/P&gt;&lt;P&gt;if you want primary key then write &lt;/P&gt;&lt;P&gt;unqualify Field1; &lt;/P&gt;&lt;P&gt; hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2013 09:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-NoConcatenate-still-create-syn1-table/m-p/539561#M483398</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-04T09:28:45Z</dc:date>
    </item>
  </channel>
</rss>

