<?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: error:table not found,but the table exist actuallly,please see the attachment in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89742#M1278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put NoConcatenate function above &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;final_table take effect but not final_table1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 02:44:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-29T02:44:56Z</dc:date>
    <item>
      <title>error:table not found,but the table exist actuallly,please see the attachment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89739#M1275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i debug the script,the error popup as attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89739#M1275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-28T08:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: error:table not found,but the table exist actuallly,please see the attachment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89740#M1276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe put NoConcatenate function above final_table1 statement &amp;amp; try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89740#M1276</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-06-28T18:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: error:table not found,but the table exist actuallly,please see the attachment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89741#M1277</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;Hi,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The reason your &lt;STRONG&gt;final_table&lt;/STRONG&gt; not found: from line 1-9 in your script, maybe a table has been created with fields: &lt;STRONG&gt;tx_date, kpos_amount, flow&lt;/STRONG&gt; (call it &lt;STRONG&gt;Table A&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When you try to join &lt;STRONG&gt;kpos_table&lt;/STRONG&gt; and &lt;STRONG&gt;ipva_table&lt;/STRONG&gt; from line 10-13, the result table will be concatenated with Table A above (because Qlik auto concatenate tables which have all the same field names and number of fields)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then &lt;STRONG&gt;final_table&lt;/STRONG&gt; is not exists.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Addition: assumed that your final_table is correct after you change your script, code in line 15-16 will duplicate your data in final_table (follow the&amp;nbsp; auto concatenation )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So handling internal table in script load is very important.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 18:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89741#M1277</guid>
      <dc:creator>Quy_Nguyen</dc:creator>
      <dc:date>2018-06-28T18:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: error:table not found,but the table exist actuallly,please see the attachment</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89742#M1278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put NoConcatenate function above &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;final_table take effect but not final_table1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 02:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/error-table-not-found-but-the-table-exist-actuallly-please-see/m-p/89742#M1278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T02:44:56Z</dc:date>
    </item>
  </channel>
</rss>

