<?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: Table difference between T1 and T2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173093#M900622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both tables have exactly the same columns; F1 and F2.&lt;/P&gt;&lt;P&gt;Tables that have exactly the same columns will be automatically concatenated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want this to happen, there are two solutions:&lt;/P&gt;&lt;P&gt;- Don't give the columns the same name&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;- Use "Noconcatenate" before the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second solution causes a synthetic key, so that probably also is not the result you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;the content as shown below&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;I guess you had the intention to add an attachment of some sort, but it did not show up in your post, so we have no clue what your result should look like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jul 2016 09:41:41 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2016-07-17T09:41:41Z</dc:date>
    <item>
      <title>Table difference between T1 and T2</title>
      <link>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173092#M900621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;Why is there only one table called T1 in the data model after reload and why is T2 not represented in the data model?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;T1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: black;"&gt;LOAD &lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;* Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;F1, F2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;a, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;a, 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;b, 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;c, 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;T2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: black;"&gt;LOAD &lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt;DISTINCT * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;F1, F2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;a, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;b, 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;b, 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;c, 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Could you please answer the above question. I am new to Qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;The customer expected to get one table in the data model with the content as shown below. How would you alter the load script to get this result without changing the data in the two sources?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173092#M900621</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table difference between T1 and T2</title>
      <link>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173093#M900622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both tables have exactly the same columns; F1 and F2.&lt;/P&gt;&lt;P&gt;Tables that have exactly the same columns will be automatically concatenated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want this to happen, there are two solutions:&lt;/P&gt;&lt;P&gt;- Don't give the columns the same name&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;- Use "Noconcatenate" before the load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second solution causes a synthetic key, so that probably also is not the result you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;the content as shown below&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;I guess you had the intention to add an attachment of some sort, but it did not show up in your post, so we have no clue what your result should look like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2016 09:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173093#M900622</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-17T09:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table difference between T1 and T2</title>
      <link>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173094#M900623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; I am new to qlikview. &lt;/SPAN&gt;Please find the sample result for above T1 and T2 results. i need this code through script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="T1 and T2 table.png" class="jive-image image-1" src="/legacyfs/online/131558_T1 and T2 table.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2016 13:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173094#M900623</guid>
      <dc:creator />
      <dc:date>2016-07-17T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table difference between T1 and T2</title>
      <link>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173095#M900624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like what the script above does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bit strange that just a few seconds ago I found a topic made by you and the answer to that topic is code what you are using in this question...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/225380"&gt;How to load data statically and dynamically in script?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2016 13:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173095#M900624</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-07-17T13:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table difference between T1 and T2</title>
      <link>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173096#M900625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/LoadData/concatenate-tables.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/LoadData/concatenate-tables.htm"&gt;http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/LoadData/concatenate-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jul 2016 20:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-difference-between-T1-and-T2/m-p/1173096#M900625</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-07-17T20:56:41Z</dc:date>
    </item>
  </channel>
</rss>

