<?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: When I use Left Join after creating a new table from another one with aggregate functions since when is created in the script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206118#M626720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the idea is to reload the data from Table1 into Table2 table (and then dropping Table1), then I'm not sure why you would need to do a "left join".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When loading Table2 using the &lt;STRONG&gt;resident&lt;/STRONG&gt; load from Table1, make sure there is at least one &lt;EM&gt;differentiating&lt;/EM&gt; field name/alias in Table2. If all the field names/alias are identical to that in Table1, QV will attempt to load them into the same table (i.e. Table1, and Table2 won't get created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're wanting to keep all the field names/alias exactly the way they are from Table1, make sure to use the &lt;STRONG&gt;noconcatenate&lt;/STRONG&gt; function before you load Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;from Table1.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;noconcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load * resident Table1&lt;/P&gt;&lt;P&gt;group by Field1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;order by ID&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 03:32:40 GMT</pubDate>
    <dc:creator>shawn-qv</dc:creator>
    <dc:date>2016-10-07T03:32:40Z</dc:date>
    <item>
      <title>When I use Left Join after creating a new table from another one with aggregate functions since when is created in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206117#M626719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes I need to use aggregate functions ordering the data by ID, I extract the data from another table, the idea is extract the data, create a new table and drop the old table, but sometimes when I run the script says that the table doesn`t exist, why is happening that? I need to know in what order the left join works and when the table is created, thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 02:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206117#M626719</guid>
      <dc:creator />
      <dc:date>2016-10-07T02:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Left Join after creating a new table from another one with aggregate functions since when is created in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206118#M626720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the idea is to reload the data from Table1 into Table2 table (and then dropping Table1), then I'm not sure why you would need to do a "left join".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When loading Table2 using the &lt;STRONG&gt;resident&lt;/STRONG&gt; load from Table1, make sure there is at least one &lt;EM&gt;differentiating&lt;/EM&gt; field name/alias in Table2. If all the field names/alias are identical to that in Table1, QV will attempt to load them into the same table (i.e. Table1, and Table2 won't get created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're wanting to keep all the field names/alias exactly the way they are from Table1, make sure to use the &lt;STRONG&gt;noconcatenate&lt;/STRONG&gt; function before you load Table2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/P&gt;&lt;P&gt;from Table1.txt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;noconcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;load * resident Table1&lt;/P&gt;&lt;P&gt;group by Field1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;order by ID&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 03:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206118#M626720</guid>
      <dc:creator>shawn-qv</dc:creator>
      <dc:date>2016-10-07T03:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Left Join after creating a new table from another one with aggregate functions since when is created in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206119#M626721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide the code that you have written in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would help me understand your problem in a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 09:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206119#M626721</guid>
      <dc:creator>akash3191</dc:creator>
      <dc:date>2016-10-07T09:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Left Join after creating a new table from another one with aggregate functions since when is created in the script?</title>
      <link>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206120#M626722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Akash but I solved the problem with the post of Shawn! If you want I can send it anyway, tell me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/When-I-use-Left-Join-after-creating-a-new-table-from-another-one/m-p/1206120#M626722</guid>
      <dc:creator />
      <dc:date>2016-10-19T14:04:20Z</dc:date>
    </item>
  </channel>
</rss>

